mirror of
https://github.com/n64decomp/mk64
synced 2026-05-23 14:41:52 -04:00
8901f82f5a
* some rename and allow change the course engine * fix comment * add more comment * rename and change description
12 lines
283 B
C
12 lines
283 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
/**
|
|
* @brief Use a custom course engine
|
|
* Use a custom course engine instead of the default one who use switch. see course.h and everywhere
|
|
* ENABLE_CUSTOM_COURSE_ENGINE are use to define your
|
|
*
|
|
*/
|
|
#define ENABLE_CUSTOM_COURSE_ENGINE 0
|
|
#endif
|