OpenEnroth 2a41f3e
|
#include "SdlEventLoop.h"
#include <SDL.h>
#include <algorithm>
#include <cassert>
#include <vector>
#include "Library/Platform/Interface/PlatformEventHandler.h"
#include "Library/Platform/Interface/PlatformEnums.h"
#include "Utility/Segment.h"
#include "Utility/ScopeGuard.h"
#include "SdlPlatformSharedState.h"
#include "SdlEnumTranslation.h"
#include "SdlWindow.h"
#include "SdlGamepad.h"