Subversion Repositories sssnakesss

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include "sssnakesss.hpp"

int main(int argc, char *argv[])
{
    SSSNAKESSS game;
    if (game.init())
    {
        game.run();
        game.end();
    }
   
    return 0;
}