Files
HackerSM64/include/config.h

31 lines
873 B
C

#pragma once
/**
* @file config.h
* A catch-all file for configuring various bugfixes and other settings in SM64
*/
// HackerSM64 version number. DO NOT CHANGE THIS UNLESS YOU ARE A HACKERSM64 DEVELOPER.
#define HACKERSM64_VERSION "2.0.2"
#include "config/config_audio.h"
#include "config/config_benchmark.h"
#include "config/config_camera.h"
#include "config/config_collision.h"
#include "config/config_cutscenes.h"
#include "config/config_debug.h"
#include "config/config_game.h"
#include "config/config_goddard.h"
#include "config/config_graphics.h"
#include "config/config_interaction.h"
#include "config/config_menu.h"
#include "config/config_movement.h"
#include "config/config_objects.h"
#include "config/config_rom.h"
/* WARNING: Compatibility safeguards - don't remove this file unless you know what you're doing */
#include "config/config_safeguards.h"