Files
HackerOoT/include/config.h
2023-01-31 19:11:24 +01:00

17 lines
390 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"
/* WARNING: Compatibility safeguards - don't remove this file unless you know what you're doing */
#include "config/config_safeguards.h"
#endif