mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
89ae8dff96
* stuff * three whole files * format * format and such * a switch in time * merge prep * nintendo switch * format * the great switch statement of our time * 43AC0 matched * stuff * Enums everywhere * oh god the switch * knakyo * new headers * format * fox * everyone hates recursion * format * one more thing * one more one more thing * renames
26 lines
531 B
C
26 lines
531 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 "gfx.h"
|
|
|
|
#endif // GLOBAL_H
|