1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Refactor combo box

This commit is contained in:
nordsoft 2023-08-25 14:07:22 +04:00
parent 1586c6c6a0
commit 39fbdd300d
2 changed files with 21 additions and 0 deletions

View File

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

13
client/widgets/ComboBox.h Normal file
View File

@ -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 */