summaryrefslogtreecommitdiff
path: root/example/example.hpp
blob: c64b3e98b94d6fd1182cfc71e30c5e5df46c5a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */