#include "include/Engine.h"
#include "main_code.h"


void CustomAppInit()
{
    AppInit<TMyApplication>(480, 320);
}