Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
322 B
10 lines
322 B
3 years ago
|
// This file is to be processed by the Makefile to add #include "" before being included in build.
|
||
|
|
||
|
#define STUB_LEVEL(_0, _1, _2, _3, _4, _5, _6, _7, _8)
|
||
|
#define DEFINE_LEVEL(_0, _1, _2, folder, _4, _5, _6, _7, _8, _9, _10) levels/folder/header.h
|
||
|
|
||
|
#include "levels/level_defines.h"
|
||
|
|
||
|
#undef STUB_LEVEL
|
||
|
#undef DEFINE_LEVEL
|