Files
HackerOoT/include/config.h
2023-10-14 17:11:35 +02:00

18 lines
426 B
C

#ifndef CONFIG_H
#define CONFIG_H
/**
* All HackerOoT config headers included into one.
*/
#include "config/config_debug_features.h"
#include "config/config_debug_controls.h"
#include "config/config_debug.h"
#include "config/config_game.h"
#include "config/config_graphics.h"
/* WARNING: Compatibility safeguards - don't remove this file unless you know what you're doing */
#include "config/config_safeguards.h"
#endif