blob: 4eaa25165a6bfaf1154988cb9864cec1df03a58c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#ifndef GLOBAL_H
#define GLOBAL_H
#include "ultra64.h"
#include "libc/assert.h"
#include "libc/stdbool.h"
#include "libc/stddef.h"
#include "libc/stdint.h"
#include "libc/math.h"
#include "attributes.h"
#include "alignment.h"
#include "other_types.h"
#include "unk.h"
#include "unknown_structs.h"
#include "code_functions.h"
#include "code_variables.h"
#include "macros.h"
#endif
|