mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
Begin adding config headers
This commit is contained in:
4
include/config/config_all.h
Normal file
4
include/config/config_all.h
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* All HackerOOT config headers included into one.
|
||||
*/
|
||||
#include "config_game.h"
|
||||
4
include/config/config_game.h
Normal file
4
include/config/config_game.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef CONFIG_GAME_H
|
||||
#define CONFIG_GAME_H
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user