1
0
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:
Darryl Pogue
2011-07-24 14:55:58 -07:00
parent f2d5e54810
commit 21afed6853
4 changed files with 4 additions and 3 deletions

View File

@ -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 );