parent
a2da6fa26c
commit
6df489fecc
|
@ -6,7 +6,8 @@
|
|||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
char _aNull[] = "<null>";
|
||||
// 0x50D394
|
||||
static char _aNull[] = "<null>";
|
||||
|
||||
// Probably recalculates bounding box of the region.
|
||||
//
|
||||
|
|
|
@ -37,8 +37,6 @@ typedef struct Region {
|
|||
void* userData;
|
||||
} Region;
|
||||
|
||||
extern char _aNull[];
|
||||
|
||||
void _regionSetBound(Region* region);
|
||||
Region* regionCreate(int a1);
|
||||
void regionAddPoint(Region* region, int x, int y);
|
||||
|
|
Loading…
Reference in New Issue