Home
last modified time | relevance | path

Searched refs:MAPINFO_NORTH_POINT (Results 1 – 4 of 4) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditor_Modes.cc289 UnclickEditorButton( MAPINFO_NORTH_POINT ); in SetEditorMapInfoTaskbarMode()
306 case MAPINFO_NORTH_POINT: in SetEditorMapInfoTaskbarMode()
H A DButton_Defines.h95 MAPINFO_NORTH_POINT, enumerator
H A DEditor_Callbacks.cc519 for( x = MAPINFO_NORTH_POINT; x <= MAPINFO_ISOLATED_POINT; x++ ) in MapInfoEntryPointsCallback()
528 case MAPINFO_NORTH_POINT: sGridNo = gMapInformation.sNorthGridNo; break; in MapInfoEntryPointsCallback()
H A DEditor_Taskbar_Creation.cc365 …MakeButton(MAPINFO_NORTH_POINT, 540, 5, MapInfoEntryPointsCallback, EDITORDIR "/north.sti",… in InitEditorMapInfoToolbar()