summaryrefslogtreecommitdiffhomepage
path: root/Owner.h
blob: b311f8067ae4075c0797272e80c3fdc7deb0d86e (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once


struct Owner
{
    const char* character;
    const char* corporation;
    const char* alliance;
    const char* faction;
};