mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 02:15:32 +00:00
Initial commit of current work on Prime World Editor
This commit is contained in:
12
UI/CSimpleDelegate.h
Normal file
12
UI/CSimpleDelegate.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CSIMPLEDELEGATE_H
|
||||
#define CSIMPLEDELEGATE_H
|
||||
|
||||
|
||||
class CSimpleDelegate
|
||||
{
|
||||
public:
|
||||
CSimpleDelegate();
|
||||
~CSimpleDelegate();
|
||||
};
|
||||
|
||||
#endif // CSIMPLEDELEGATE_H
|
||||
Reference in New Issue
Block a user