13 lines
193 B
C
13 lines
193 B
C
|
//
|
||
|
// 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
|