mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-17 01:20:38 +00:00
![cadmic](/assets/img/avatar_default.png)
* 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
10 lines
131 B
C
10 lines
131 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
#include "macros.h"
|
|
#include "versions.h"
|
|
|
|
#endif
|