Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created July 23, 2020 15:09
Show Gist options
  • Save ahmetabdi/130ddbf5ef192d926fd22446ca3891fb to your computer and use it in GitHub Desktop.
Save ahmetabdi/130ddbf5ef192d926fd22446ca3891fb to your computer and use it in GitHub Desktop.
class AppModule
{
public:
char pad_0000[20]; //0x0000
class NormalTableList* normal_table_list; //0x0014
char pad_0018[8]; //0x0018
class TournamentTableList* tournament_table_list; //0x0020
};
class Table
{
public:
char pad_0000[356]; //0x0000
class TableCliData* data; //0x0164
char pad_0168[3512]; //0x0168
int8_t ButtonId; //0x0F20
char pad_0F21[3]; //0x0F21
int8_t TurnId; //0x0F24
};
class TableCliData
{
public:
char pad_0000[196]; //0x0000
char* Name; //0x00C4
char pad_00C8[36]; //0x00C8
int32_t SmallBlind; //0x00EC
int32_t BigBlind; //0x00F0
char pad_00F4[320]; //0x00F4
int32_t PotSize; //0x0234
char pad_0238[96]; //0x0238
int32_t Ante; //0x0298
char pad_029C[2228]; //0x029C
int32_t CardsOnDisplay; //0x0B50
char pad_0B54[8]; //0x0B54
int32_t CardOneNumber; //0x0B5C
int32_t CardOneType; //0x0B60
int32_t CardTwoNumber; //0x0B64
int32_t CardTwoType; //0x0B68
int32_t CardThreeNumber; //0x0B6C
int32_t CardThreeType; //0x0B70
int32_t CardFourNumber; //0x0B74
int32_t CardFourType; //0x0B78
int32_t CardFiveNumber; //0x0B7C
int32_t CardFiveType; //0x0B80
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment