working game

This commit is contained in:
2023-11-23 00:22:02 +01:00
parent ac8047cfb0
commit 353438ee5d
8 changed files with 3861 additions and 154 deletions

10
include/PhGui.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace ph {
namespace gui {
void Render();
void Init();
} // namespace gui
} // namespace ph