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.
11 lines
178 B
C
11 lines
178 B
C
#include "builddefines.h"
|
|
|
|
#ifdef JA2EDITOR
|
|
#ifndef __EDITOR_TASKBAR_CREATION_H
|
|
#define __EDITOR_TASKBAR_CREATION_H
|
|
|
|
void CreateEditorTaskbarInternal();
|
|
|
|
#endif
|
|
#endif
|