diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-11 20:38:38 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-11 20:38:38 +0700 |
| commit | 51c370654dff1ab6cc8bae91676ae2d6a8ada848 (patch) | |
| tree | 83cd39ce7d0512545b896980fbfe10e024c52908 /src/GameTick.cpp | |
| parent | 92c1abc665e3a77301d3e38a9785e70b7ce3efe4 (diff) | |
| download | blackshades-51c370654dff1ab6cc8bae91676ae2d6a8ada848.tar.gz | |
Handle key callback
Diffstat (limited to 'src/GameTick.cpp')
| -rw-r--r-- | src/GameTick.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GameTick.cpp b/src/GameTick.cpp index 61e5dec..708508e 100644 --- a/src/GameTick.cpp +++ b/src/GameTick.cpp @@ -22,8 +22,6 @@ // You should have received a copy of the GNU General Public License // along with Black Shades. If not, see <https://www.gnu.org/licenses/>. -#include <GLFW/glfw3.h> - #include "Game.h" extern float multiplier; |
