mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-05 08:18:14 +00:00
develop classes
This commit is contained in:
parent
9be0f50790
commit
580ef8ac3c
15 changed files with 62 additions and 22 deletions
|
|
@ -1,14 +1,16 @@
|
|||
#include <string>
|
||||
#include "unit_module.hpp"
|
||||
|
||||
#pragma ONCE
|
||||
#pragma once
|
||||
|
||||
namespace unit {
|
||||
class ModuleBuilder {
|
||||
private:
|
||||
public:
|
||||
ModuleBuilder();
|
||||
|
||||
Module create();
|
||||
|
||||
void config(const std::string& file);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue