broke classes into their own files
This commit is contained in:
12
src/loaders/loaders.h
Normal file
12
src/loaders/loaders.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by phanes on 4/16/17.
|
||||
//
|
||||
#ifndef FTESTS_LOADERS_H
|
||||
#define FTESTS_LOADERS_H
|
||||
|
||||
#include "JLoader.h"
|
||||
#include "Units.h"
|
||||
#include "Plan.h"
|
||||
#include "Conf.h"
|
||||
|
||||
#endif //FTESTS_LOADERS_H
|
||||
Reference in New Issue
Block a user