opend movement

This commit is contained in:
Adam D. Ruppe 2025-10-12 20:34:09 -04:00
parent ba59904b1e
commit 23dadb8e1d
1 changed files with 1 additions and 1 deletions

2
game.d
View File

@ -625,7 +625,7 @@ SimpleWindow create2dWindow(string title, int width = 512, int height = 512) {
/++
This is the base class for your game. Create a class based on this, then pass it to [runGame].
+/
abstract class GameHelperBase {
abstract class GameHelperBase : SynchronizableObject {
/++
Implement this to draw.