Major - Architecture Rework - 11.0.0

This commit is contained in:
2025-06-03 16:29:44 +02:00
parent ce51c11b31
commit d364517633
1441 changed files with 1914 additions and 856805 deletions

View File

@@ -28,9 +28,9 @@ public:
input_class(const input_class&);
~input_class();
bool Initialize(HINSTANCE, HWND, int, int);
void Shutdown();
bool Frame();
virtual bool Initialize(HINSTANCE, HWND, int, int);
virtual void Shutdown();
virtual bool Frame();
bool IsEscapePressed() const;
void GetMouseLocation(int&, int&) const;