mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
* Fixing upper/lower case for includes types.h, zconf.h and zlib.h were renamed so that global includes like Types.h are not used.
18 lines
434 B
C
18 lines
434 B
C
#include "builddefines.h"
|
|
|
|
#ifdef JA2EDITOR
|
|
#ifndef __EDITOR_MODES_H
|
|
#define __EDITOR_MODES_H
|
|
|
|
void SetEditorItemsTaskbarMode( UINT16 usNewMode );
|
|
void SetEditorBuildingTaskbarMode( UINT16 usNewMode );
|
|
void SetEditorTerrainTaskbarMode( UINT16 usNewMode );
|
|
void SetEditorMapInfoTaskbarMode( UINT16 usNewMode );
|
|
void SetEditorSmoothingMode( UINT8 ubNewMode );
|
|
|
|
void ShowExitGrids();
|
|
void HideExitGrids();
|
|
|
|
#endif
|
|
#endif
|