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:
parent
1586c6c6a0
commit
39fbdd300d
8
client/widgets/ComboBox.cpp
Normal file
8
client/widgets/ComboBox.cpp
Normal 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
13
client/widgets/ComboBox.h
Normal 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 */
|
Loading…
Reference in New Issue
Block a user