parent
f5c0c1d61f
commit
d047edca51
|
@ -6,7 +6,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
// 0x51DEF4
|
// 0x51DEF4
|
||||||
RectListNode* _rectList = NULL;
|
static RectListNode* _rectList = NULL;
|
||||||
|
|
||||||
// 0x4C6900
|
// 0x4C6900
|
||||||
void _GNW_rect_exit()
|
void _GNW_rect_exit()
|
||||||
|
|
|
@ -23,8 +23,6 @@ typedef struct RectListNode {
|
||||||
struct RectListNode* next;
|
struct RectListNode* next;
|
||||||
} RectListNode;
|
} RectListNode;
|
||||||
|
|
||||||
extern RectListNode* _rectList;
|
|
||||||
|
|
||||||
void _GNW_rect_exit();
|
void _GNW_rect_exit();
|
||||||
void _rect_clip_list(RectListNode** rectListNodePtr, Rect* rect);
|
void _rect_clip_list(RectListNode** rectListNodePtr, Rect* rect);
|
||||||
RectListNode* _rect_malloc();
|
RectListNode* _rect_malloc();
|
||||||
|
|
Loading…
Reference in New Issue