mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
13 lines
No EOL
187 B
C
13 lines
No EOL
187 B
C
#ifndef GX_EMERGENCY_MEM_H
|
|
#define GX_EMERGENCY_MEM_H
|
|
|
|
#include "storm/array/uint8_t.h"
|
|
|
|
DECLARE_STRUCT(EmergencyMem);
|
|
|
|
struct EmergencyMem {
|
|
TSGrowableArray_uint8_t m_data;
|
|
|
|
};
|
|
|
|
#endif |