Inital commit

This commit is contained in:
Maxime DE CAUMIA BAILLENX
2023-04-26 08:28:46 +02:00
commit 0a454e8ecd
107 changed files with 10468 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#include "ModuleCmd.hpp"
#ifdef __linux__
#elif _WIN32
#endif
using namespace std;
ModuleCmd::ModuleCmd(const std::string& name)
{
m_name=name;
}
ModuleCmd::~ModuleCmd()
{
}