fixing allocator

This commit is contained in:
Kbz-8
2025-05-21 10:58:57 +02:00
parent b85dbd2524
commit 5c51e23508
8 changed files with 110 additions and 17 deletions

View File

@@ -20,11 +20,12 @@ namespace Scop
enum class Event
{
SceneHasChangedEventCode = 55,
ResizeEventCode = 56,
FrameBeginEventCode = 57,
FatalErrorEventCode = 168,
QuitEventCode = 168,
SceneHasChangedEventCode,
ResizeEventCode,
FrameBeginEventCode,
FatalErrorEventCode,
QuitEventCode,
MemoryChunkAllocationFailed,
EndEnum
};