mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 06:48:41 +00:00
fix linux build
This commit is contained in:
committed by
Ryan Fleury
parent
2e4069b89a
commit
8127763fa4
@@ -277,6 +277,15 @@ typedef struct LNX_DMN_ProcessPtrList
|
||||
LNX_DMN_ProcessPtrNode *last;
|
||||
} LNX_DMN_ProcessPtrList;
|
||||
|
||||
typedef struct LNX_DMN_ActiveTrap LNX_DMN_ActiveTrap;
|
||||
struct LNX_DMN_ActiveTrap
|
||||
{
|
||||
LNX_DMN_ActiveTrap *next;
|
||||
B32 good;
|
||||
DMN_Trap *trap;
|
||||
String8 swap_bytes;
|
||||
};
|
||||
|
||||
typedef struct LNX_DMN_ProcessCtx
|
||||
{
|
||||
Arena *arena;
|
||||
@@ -331,18 +340,6 @@ typedef struct LNX_DMN_EntityList
|
||||
LNX_DMN_EntityNode *last;
|
||||
} LNX_DMN_EntityList;
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Active Trap Data Structure
|
||||
|
||||
typedef struct LNX_DMN_ActiveTrap LNX_DMN_ActiveTrap;
|
||||
struct LNX_DMN_ActiveTrap
|
||||
{
|
||||
LNX_DMN_ActiveTrap *next;
|
||||
B32 good;
|
||||
DMN_Trap *trap;
|
||||
String8 swap_bytes;
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
//~ Global State
|
||||
|
||||
|
||||
Reference in New Issue
Block a user