浏览代码

Refactor combo box

nordsoft 2 年之前
父节点
当前提交
39fbdd300d
共有 2 个文件被更改,包括 21 次插入0 次删除
  1. 8 0
      client/widgets/ComboBox.cpp
  2. 13 0
      client/widgets/ComboBox.h

+ 8 - 0
client/widgets/ComboBox.cpp

@@ -0,0 +1,8 @@
+//
+//  ComboBox.cpp
+//  vcmiclient
+//
+//  Created by nordsoft on 24.08.2023.
+//
+
+#include "ComboBox.hpp"

+ 13 - 0
client/widgets/ComboBox.h

@@ -0,0 +1,13 @@
+//
+//  ComboBox.hpp
+//  vcmiclient
+//
+//  Created by nordsoft on 24.08.2023.
+//
+
+#ifndef ComboBox_hpp
+#define ComboBox_hpp
+
+#include <stdio.h>
+
+#endif /* ComboBox_hpp */