added initializedata struct

It is so far empty but will be used later on for initialization
This commit is contained in:
Joakim Kilby
2015-02-17 08:19:07 +01:00
parent a3ff828e91
commit 52e51b76bf

View File

@@ -30,6 +30,10 @@
namespace openspace {
struct InitializeData {
};
struct UpdateData {
double time;
double delta;