Archived
1
0
Fork 0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
sm64/levels/level_headers.h.in
2019-12-01 21:52:53 -05:00

9 lines
322 B
C

// 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