mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
12 lines
164 B
C++
12 lines
164 B
C++
#include "CtrlLib.h"
|
|
|
|
namespace Upp {
|
|
|
|
#define TFILE <CtrlLib/CtrlLib.t>
|
|
#include <Core/t.h>
|
|
|
|
INITIALIZER(CtrlLib) {
|
|
Ctrl::SetSkin(ChHostSkin);
|
|
};
|
|
|
|
}
|