diff options
-rw-r--r-- | loader/anim-cell.cpp | 0 | ||||
-rw-r--r-- | loader/anim-traits.cpp | 0 | ||||
-rw-r--r-- | loader/anim-traits.hpp | 0 | ||||
-rw-r--r-- | loader/scenery-atlas.cpp | 1 | ||||
-rw-r--r-- | loader/scenery-cell.cpp | 1 | ||||
-rw-r--r-- | loader/scenery-traits.cpp | 1 | ||||
-rw-r--r-- | loader/scenery-traits.hpp | 1 |
7 files changed, 4 insertions, 0 deletions
diff --git a/loader/anim-cell.cpp b/loader/anim-cell.cpp new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/loader/anim-cell.cpp diff --git a/loader/anim-traits.cpp b/loader/anim-traits.cpp new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/loader/anim-traits.cpp diff --git a/loader/anim-traits.hpp b/loader/anim-traits.hpp new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/loader/anim-traits.hpp diff --git a/loader/scenery-atlas.cpp b/loader/scenery-atlas.cpp new file mode 100644 index 00000000..a93d9890 --- /dev/null +++ b/loader/scenery-atlas.cpp @@ -0,0 +1 @@ +#include "impl.hpp" diff --git a/loader/scenery-cell.cpp b/loader/scenery-cell.cpp new file mode 100644 index 00000000..03fefdcc --- /dev/null +++ b/loader/scenery-cell.cpp @@ -0,0 +1 @@ +#include "scenery-cell.hpp" diff --git a/loader/scenery-traits.cpp b/loader/scenery-traits.cpp new file mode 100644 index 00000000..99664541 --- /dev/null +++ b/loader/scenery-traits.cpp @@ -0,0 +1 @@ +#include "scenery-traits.hpp" diff --git a/loader/scenery-traits.hpp b/loader/scenery-traits.hpp new file mode 100644 index 00000000..6f70f09b --- /dev/null +++ b/loader/scenery-traits.hpp @@ -0,0 +1 @@ +#pragma once |