// Pre-initializes all the required stuff private void reqPreInit() { window= new GameWindow(); }
// Pre-initiates the game public void reqPreInit() { window= new GameWindow(); graphics= new DXGraphicsRenderer(this); camera= new Camera(); }