1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 22:50:23 +00:00

Add include guard to game_controller.h

This commit is contained in:
Samuel Gomes 2023-09-26 03:41:16 +05:30
parent 563005c0e6
commit b514da5b39

View file

@ -3,6 +3,8 @@
// Powered by libstem Gamepad (https://github.com/ThemsAllTook/libstem_gamepad)
//----------------------------------------------------------------------------------------------------------------------
#pragma once
#include <stdint.h>
struct device_struct;