mirror of
https://github.com/n64decomp/mk64
synced 2026-08-14 12:23:49 -04:00
some rename and allow change the course engine (#691)
* some rename and allow change the course engine * fix comment * add more comment * rename and change description
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user