Files
source/Editor/Editor Taskbar Creation.h
BeatAroundTheBuscherandGitHub ed00830202 Fixes Upper/Lower Casing for include paths (#487)
* 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.
2025-08-16 22:01:12 -03:00

11 lines
178 B
C

#include "builddefines.h"
#ifdef JA2EDITOR
#ifndef __EDITOR_TASKBAR_CREATION_H
#define __EDITOR_TASKBAR_CREATION_H
void CreateEditorTaskbarInternal();
#endif
#endif