From fa7fc343a0e444da72938fad58d219cf52228976 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 21 Dec 2023 17:44:03 -0500 Subject: plugin checkpoint - multiple plugins and collision callbacks --- example/example.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 example/example.hpp (limited to 'example/example.hpp') 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 */ -- cgit v1.2.3