mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
282ac6d404
* libido OK * boot cleanup * format * renames
24 lines
386 B
C
24 lines
386 B
C
#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
|