8 lines
93 B
C
8 lines
93 B
C
#pragma once
|
|
// Entry point for Phanes game
|
|
|
|
#if defined(P_LINUX_BUILD)
|
|
|
|
int main();
|
|
|
|
#endif |