mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
#ifndef PMDSKY_GLOBAL_H
|
|
#define PMDSKY_GLOBAL_H
|
|
|
|
#include <nitro.h>
|
|
|
|
#include "config.h" // MUST COME BEFORE ANY OTHER GAME-SPECIFIC HEADERS
|
|
|
|
#endif //PMDSKY_GLOBAL_H
|