Begin adding config headers

This commit is contained in:
Zelllll
2022-07-11 13:12:30 -05:00
parent 50fd84fbff
commit 5f6e33fc59
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* All HackerOOT config headers included into one.
*/
#include "config_game.h"

View File

@@ -0,0 +1,4 @@
#ifndef CONFIG_GAME_H
#define CONFIG_GAME_H
#endif

2
spec
View File

@@ -2,6 +2,8 @@
* ROM spec file
*/
#include "include/config/config_all.h"
beginseg
name "makerom"
include "build/src/makerom/rom_header.o"