summaryrefslogtreecommitdiff
path: root/example/example.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/example.hpp')
-rw-r--r--example/example.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/example/example.hpp b/example/example.hpp
new file mode 100644
index 0000000..c64b3e9
--- /dev/null
+++ b/example/example.hpp
@@ -0,0 +1,14 @@
+#ifndef PKE_EXAMPLE_HPP
+#define PKE_EXAMPLE_HPP
+
+#include "plugins.hpp"
+
+// EXAMPLE_EXPORT void OnEntityTypeCollision(const EntityHandle &lhs, const EntityHandle &rhs);
+// void OnEntityTypeCollision(const EntityHandle &lhs, const EntityHandle &rhs);
+
+// EXAMPLE_EXPORT void OnEntityCollision(const EntityHandle &lhs, const EntityHandle &rhs);
+// void OnEntityCollision(const EntityHandle &lhs, const EntityHandle &rhs);
+
+extern PKEPluginInterface pkePluginInterface;
+
+#endif /* PKE_EXAMPLE_HPP */