2025-02-19 19:30:16 +01:00

8 lines
93 B
C

#pragma once
// Entry point for Phanes game
#if defined(P_LINUX_BUILD)
int main();
#endif