mirror of
https://github.com/jorio/Pomme.git
synced 2025-01-15 10:33:03 +00:00
Add new string typedefs
This commit is contained in:
parent
833dab9a85
commit
19b84a4107
@ -69,7 +69,10 @@ typedef void (*ProcPtr);
|
||||
//-----------------------------------------------------------------------------
|
||||
// (Pascal) String types
|
||||
|
||||
typedef char Str15[16];
|
||||
typedef char Str31[32];
|
||||
typedef char Str32[33];
|
||||
typedef char Str63[64];
|
||||
typedef char Str255[256];
|
||||
typedef char* StringPtr;
|
||||
typedef const char* ConstStr255Param;
|
||||
|
Loading…
x
Reference in New Issue
Block a user