Last Update (partial) have to link every file in the right place
This commit is contained in:
17
core/main.cpp
Normal file
17
core/main.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "Database.hpp"
|
||||
#include "Network.hpp"
|
||||
#include "Config.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main( int carg, char* varg[] ){
|
||||
|
||||
Config conf("config.txt");
|
||||
|
||||
Database db;
|
||||
|
||||
Network net;
|
||||
|
||||
net.run();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user