view NewUI/Core/UIControlModule.swig @ 2161:86c9c8e207d5

remove TestClass.h
author Ritor1
date Mon, 13 Jan 2014 17:32:00 +0600
parents 7a9477135943
children
line wrap: on
line source

%module UIControl
%{
#include "UIControl.h"
%}

%include "../../../NewUI/Core/UIControl.h"