mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-08 22:04:21 -06:00
14 lines
222 B
C
14 lines
222 B
C
#ifndef _BlueSkin_BlueSkin_h
|
|
#define _BlueSkin_BlueSkin_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void InstallBlueToolBar();
|
|
void InstallBlueMenuBar();
|
|
void InstallBlueBar();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|