pmd-sky/include/global.pch
AnonymousRandomPerson a290ec6b26 Precompiled global
2023-08-18 21:25:54 -04:00

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