mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
KEYMAPPER: Fix class/struct declaration mess.
This commit is contained in:
parent
d1805a582e
commit
9f168ae447
@ -38,8 +38,8 @@ namespace Common {
|
||||
|
||||
const char *const kStandardActionsKeymapName = "standard-actions";
|
||||
|
||||
class Action;
|
||||
class Event;
|
||||
struct Action;
|
||||
struct Event;
|
||||
struct HardwareInput;
|
||||
class HardwareInputSet;
|
||||
class KeymapperDefaultBindings;
|
||||
|
@ -36,7 +36,7 @@ namespace Common {
|
||||
const char *const kGuiKeymapName = "gui";
|
||||
const char *const kGlobalKeymapName = "global";
|
||||
|
||||
class Action;
|
||||
struct Action;
|
||||
class DelayedEventSource;
|
||||
struct HardwareInput;
|
||||
class HardwareInputSet;
|
||||
|
@ -38,7 +38,7 @@ class StaticTextWidget;
|
||||
|
||||
namespace Common {
|
||||
|
||||
class Action;
|
||||
struct Action;
|
||||
class Keymap;
|
||||
class Keymapper;
|
||||
class InputWatcher;
|
||||
|
Loading…
x
Reference in New Issue
Block a user