Explorar o código

Refactor combo box

nordsoft %!s(int64=2) %!d(string=hai) anos
pai
achega
39fbdd300d
Modificáronse 2 ficheiros con 21 adicións e 0 borrados
  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 */