mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-29 07:23:01 +00:00
Define HARDCODED_H in header file (#297)
This commit is contained in:
parent
eeae1f0f38
commit
2927425025
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#ifndef HARDCODED_H
|
#ifndef HARDCODED_H
|
||||||
|
#define HARDCODED_H
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "level_table.h"
|
#include "level_table.h"
|
||||||
#include "dialog_ids.h"
|
#include "dialog_ids.h"
|
||||||
|
|
Loading…
Reference in a new issue