#pragma once
// Entry point for Phanes game 

#if defined(P_LINUX_BUILD)

int main();

#endif