mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
5 lines
105 B
C++
5 lines
105 B
C++
#ifndef __cplusplus
|
|
# error "The CMAKE_CXX_COMPILER is set to a C compiler"
|
|
#endif
|
|
int main(){return 0;}
|