mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
0fb8d58334
* names * format 1 * more names
34 lines
671 B
C
34 lines
671 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "PR/xstdio.h"
|
|
#include "PR/os_internal.h"
|
|
#include "PR/controller.h"
|
|
#include "libultra/ultra64.h"
|
|
#include "libc/math.h"
|
|
#include "libc/stdarg.h"
|
|
#include "libc/stdbool.h"
|
|
#include "libc/stdint.h"
|
|
#include "libc/stddef.h"
|
|
#include "libc/string.h"
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
#include "structs.h"
|
|
#include "macros.h"
|
|
#include "sf64math.h"
|
|
#include "sf64mesg.h"
|
|
#include "sf64object.h"
|
|
#include "sf64level.h"
|
|
#include "sf64thread.h"
|
|
#include "sf64player.h"
|
|
#include "gfx.h"
|
|
#include "i1.h"
|
|
#include "i2.h"
|
|
#include "i3.h"
|
|
#include "i4.h"
|
|
#include "i5.h"
|
|
#include "i6.h"
|
|
#include "assets.h"
|
|
|
|
#endif // GLOBAL_H
|