mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
User input: casing
This commit is contained in:
+1
-1
@@ -742,4 +742,4 @@ if (UNIX)
|
||||
set_target_properties(RedAlert PROPERTIES OUTPUT_NAME "RedAlert" RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/.." )
|
||||
endif(UNIX)
|
||||
|
||||
target_include_directories(RedAlert PRIVATE ./external/xml/;./external/devil/;./external/;./redalert/win32lib;./external/lua/;./external/imgui;./external/dxsdk/Include;./external/ffmpeg-win32/include;./external/sdl2/include;./win32lib;./external/openal/include)
|
||||
target_include_directories(RedAlert PRIVATE ./external/xml/;./external/devil/;./external/;./redalert/win32lib;./redalert/io;./external/lua/;./external/imgui;./external/dxsdk/Include;./external/ffmpeg-win32/include;./external/sdl2/include;./win32lib;./external/openal/include)
|
||||
|
||||
@@ -200,7 +200,8 @@ struct NoInitClass {
|
||||
#endif
|
||||
|
||||
#include "key.h"
|
||||
#include "io/UserInput.h"
|
||||
#include "io/userinput.h"
|
||||
#include "io/eventqueue.h"
|
||||
|
||||
#include <wwlib32.h>
|
||||
#include "mpu.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "../FUNCTION.H"
|
||||
#include "UserInput.h"
|
||||
#include "../function.h"
|
||||
#include "userinput.h"
|
||||
|
||||
extern KeyboardClass * Keyboard;
|
||||
|
||||
|
||||
@@ -116,7 +116,8 @@ typedef enum {
|
||||
class UserInputClass
|
||||
{
|
||||
public:
|
||||
UserInputClass();
|
||||
UserInputClass(void);
|
||||
|
||||
void UserInputClass::Process_Input( KeyNumType& key = g_globalKeyNumType, int& flags = g_globalKeyFlags );
|
||||
|
||||
InputAction LastAction;
|
||||
|
||||
Reference in New Issue
Block a user