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