Files
source/Editor/Editor Taskbar Creation.h

10 lines
177 B
C

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