On Monday, 9 July 2018 at 09:18:50 UTC, Flaze07 wrote:
I am using DSFML module game;[...]
oh, and I forgot, I had
Game myGame;
static this()
{
myGame = new Game;
}
below the Game class
Flaze07 via Digitalmars-d-learn Mon, 09 Jul 2018 02:26:07 -0700
On Monday, 9 July 2018 at 09:18:50 UTC, Flaze07 wrote:
I am using DSFML module game;[...]
oh, and I forgot, I had
Game myGame;
static this()
{
myGame = new Game;
}
below the Game class