Great game by Aurelién Rodot for Gamebuin. Ported by Jonne

Dependencies:   PokittoLib

Fork of Asterocks by Pokitto Community Team

main.cpp

Committer:
Pokitto
Date:
2017-10-12
Revision:
4:46e28b959b54
Parent:
0:2d2a3994d55d
Child:
5:42a7d8c6c8fd

File content as of revision 4:46e28b959b54:

#include "Pokitto.h"

Pokitto::Core aster;

int main()
{
    aster.begin();

    setup();

    while( aster.isRunning() )
    {
        loop();
    }
}