mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Fix indent
This commit is contained in:
parent
4736351e78
commit
da39eb789f
@ -169,7 +169,7 @@ set(client_HEADERS
|
|||||||
mapHandler.h
|
mapHandler.h
|
||||||
resource.h
|
resource.h
|
||||||
SDLRWwrapper.h
|
SDLRWwrapper.h
|
||||||
ClientCommandManager.h
|
ClientCommandManager.h
|
||||||
)
|
)
|
||||||
|
|
||||||
if(APPLE_IOS)
|
if(APPLE_IOS)
|
||||||
|
@ -76,7 +76,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
//function to be called when message is received - string: message, bool: whether call was made from in-game console
|
//function to be called when message is received - string: message, bool: whether call was made from in-game console
|
||||||
std::function<void(const std::string &, bool)> *cb;
|
std::function<void(const std::string &, bool)> *cb;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int run();
|
int run();
|
||||||
|
Loading…
Reference in New Issue
Block a user