Initial community commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#ifndef NULLSOFT_FREETYPE_H
|
||||
#define NULLSOFT_FREETYPE_H
|
||||
|
||||
#include <api/wac/wac.h>
|
||||
|
||||
#define WACNAME WACFreetype
|
||||
#define WACPARENT WAComponentClient
|
||||
|
||||
class WACNAME : public WACPARENT
|
||||
{
|
||||
public:
|
||||
WACNAME();
|
||||
virtual ~WACNAME();
|
||||
|
||||
virtual GUID getGUID();
|
||||
|
||||
virtual void onRegisterServices();
|
||||
virtual void onCreate();
|
||||
virtual void onDestroy();
|
||||
private:
|
||||
};
|
||||
|
||||
extern WACPARENT *the;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user