Added more documentation, also moved all engine code into gridfire::engine namespace to be more in line with other parts of teh code base
15 lines
416 B
C
15 lines
416 B
C
#pragma once
|
|
|
|
#include "gridfire/engine/engine.h"
|
|
#include "gridfire/exceptions/exceptions.h"
|
|
#include "gridfire/io/io.h"
|
|
#include "gridfire/partition/partition.h"
|
|
#include "gridfire/policy/policy.h"
|
|
#include "gridfire/reaction/reaction.h"
|
|
#include "gridfire/screening/screening.h"
|
|
#include "gridfire/solver/solver.h"
|
|
#include "gridfire/trigger/trigger.h"
|
|
#include "gridfire/utils/utils.h"
|
|
|
|
#include "types/types.h"
|