mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
9 lines
159 B
C
9 lines
159 B
C
#ifndef PMDSKY_HAS_PLAYED_OLD_GAME_H
|
|
#define PMDSKY_HAS_PLAYED_OLD_GAME_H
|
|
|
|
#include "util.h"
|
|
|
|
bool8 HasPlayedOldGame();
|
|
|
|
#endif //PMDSKY_HAS_PLAYED_OLD_GAME_H
|