Home
last modified time | relevance | path

Searched refs:ENGINE_ACTION_COUNT (Results 1 – 3 of 3) sorted by relevance

/dports/games/scourge/scourge/src/
H A Dpreferences.h82 ENGINE_ACTION_COUNT enumerator
H A Duserconfiguration.cpp358 for ( int i = 0; i < ENGINE_ACTION_COUNT ; i++ ) { in UserConfiguration()
492 for ( int i = 0; i < ENGINE_ACTION_COUNT; i++ ) { in loadConfiguration()
544 for ( i = 0; i < ENGINE_ACTION_COUNT ; i++ ) { in saveConfiguration()
1031 if ( ! ( i < 0 || i > ENGINE_ACTION_COUNT ) ) { in getEngineActionDescription()
H A Doptionsmenu.cpp184 for ( int i = 0; i < ENGINE_ACTION_COUNT; i++ ) { in loadControls()