delete old files

This commit is contained in:
tylermurphy534 2022-09-22 21:36:14 -04:00
parent 065a77e707
commit 4ab67b4793
2 changed files with 0 additions and 15 deletions

View file

View file

@ -1,15 +0,0 @@
#pragma once
#include "xe_window.hpp"
namespace xe {
class XeInput {
private:
XeWindow &xeWindow;
};
}