Version bump

This commit is contained in:
Vulpovile
2022-10-03 22:16:30 -07:00
parent e1716e7417
commit aaceb4eb21
6 changed files with 39 additions and 26 deletions

View File

@@ -1,6 +1,5 @@
#pragma once
#include "DataModelV2/Instance.h"
#include <set>
class PropertyWindow {
public:
@@ -15,4 +14,5 @@ private:
HWND _propGrid;
HWND _explorerComboBox;
void _resize();
void clearExplorer();
};