Skip to content

Commit

Permalink
M2C fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Jan 4, 2025
1 parent 6ff5db2 commit 21742fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ typedef double f64;

typedef int BOOL;

#ifdef M2C
#define wchar_t s16
#define bool char
#endif

#ifdef DECOMP
// TODO: move these to msl headers
typedef u32 size_t;
Expand Down

0 comments on commit 21742fc

Please sign in to comment.