move gamepad to libs/

This commit is contained in:
otavepto 2024-06-15 16:47:37 +03:00
parent d1d5416d62
commit 3bc609c9a3
3 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ static inline void reset_LastError()
// Other libs includes // Other libs includes
#include "json/json.hpp" #include "json/json.hpp"
#include "utfcpp/utf8.h" #include "utfcpp/utf8.h"
#include "controller/gamepad.h" #include "gamepad/gamepad.h"
// common includes // common includes
#include "common_helpers/common_helpers.hpp" #include "common_helpers/common_helpers.hpp"

View File

@ -11,7 +11,7 @@
#include <malloc.h> #include <malloc.h>
#define GAMEPAD_EXPORT 1 #define GAMEPAD_EXPORT 1
#include "controller/gamepad.h" #include "gamepad.h"
/* Platform-specific includes */ /* Platform-specific includes */
#if defined(_WIN32) #if defined(_WIN32)