mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 17:38:08 +00:00
run IWYU on entire codebase
This commit is contained in:
@@ -4,10 +4,19 @@
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <SDL2/SDL_events.h>
|
||||
#include <SDL2/SDL_gamecontroller.h>
|
||||
#include <SDL2/SDL_joystick.h>
|
||||
#include <SDL2/SDL_keyboard.h>
|
||||
#include <SDL2/SDL_mouse.h>
|
||||
#include <SDL2/SDL_scancode.h>
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
#include <SDL2/SDL_video.h>
|
||||
#include <SDL2/begin_code.h>
|
||||
#include <string>
|
||||
|
||||
#include "../4J.Common/4J_InputActions.h"
|
||||
#include "../platform/PlatformTypes.h"
|
||||
|
||||
C_4JInput InputManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user