OPTPiX SpriteStudio SDK
Loading...
Searching...
No Matches
sshObject.h
Go to the documentation of this file.
1#ifndef __TKOBJECT__
2#define __TKOBJECT__
3
4#include "sshTask.h"
5
6namespace spritestudio6
7{
8
9
10class tkObject : public task_base{
11public:
13 virtual ~ tkObject(){}
14};
15
16
17} // namespace spritestudio6
18
19#endif
tkObject()
Definition sshObject.h:12
Definition ISsEffectRender.h:5
treeitem< task_imp > task_base
Definition sshTask.h:246