mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Syntax fixes for NucleusLib.
This commit is contained in:
@ -179,7 +179,7 @@ class plKeyMap : public plInputMap
|
||||
void FindAllBindingsByKey( const plKeyCombo &combo, hsTArray<const plKeyBinding*> &result ) const;
|
||||
|
||||
// Searches for the binding by console command. Returns nil if not found
|
||||
const plKeyBinding* plKeyMap::FindConsoleBinding( const char *command ) const;
|
||||
const plKeyBinding* FindConsoleBinding( const char *command ) const;
|
||||
|
||||
// Make sure the given keys are clear of bindings, i.e. not used
|
||||
void EnsureKeysClear( const plKeyCombo &key1, const plKeyCombo &key2 );
|
||||
|
Reference in New Issue
Block a user