summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-10 01:59:23 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-10 01:59:23 +0100
commit1e149a40e435585c1f5632d71192cc5622e90b53 (patch)
treeacf5a3047df84ba559bb3fd9084c7338a4488cb1
parent2083c7ce05683c864f29b7c46de0cd874b103982 (diff)
wip stubs
-rw-r--r--loader/anim-cell.cpp0
-rw-r--r--loader/anim-traits.cpp0
-rw-r--r--loader/anim-traits.hpp0
-rw-r--r--loader/scenery-atlas.cpp1
-rw-r--r--loader/scenery-cell.cpp1
-rw-r--r--loader/scenery-traits.cpp1
-rw-r--r--loader/scenery-traits.hpp1
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