#pragma once namespace modules { namespace gameover { #define GAMEOVER_CONTINUAR 0 #define GAMEOVER_EIXIR 1 void init(); int loop(); } }