mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 13:30:47 +00:00
6e8b820184
* Match z_game_over.c (PAL 1.1 change) * Fix previous matches that are actually PAL 1.1 changes * Add versions.h to global.h * Add versions.h to z_game_over.c too * And the others too * Fix awkward wording
9 lines
131 B
C
9 lines
131 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
#include "macros.h"
|
|
#include "versions.h"
|
|
|
|
#endif
|