moved from h4570/tyra
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
# ______ ____ ___
|
||||
# | \/ ____| |___|
|
||||
# | | | \ | |
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright 2020, tyra - https://github.com/h4570/tyra
|
||||
# Licenced under Apache License 2.0
|
||||
# Sandro Sobczyński <sandro.sobczynski@gmail.com>
|
||||
*/
|
||||
|
||||
#include "floors.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
Floors game = Floors();
|
||||
game.engine.setDefaultScreen();
|
||||
game.engine.init(&game, 40000);
|
||||
SleepThread();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user