322cfc8fae182180f7bd596365c04ea13eb8cc34
[supertux.git] / src / scripting / wrapper.hpp
1 /**
2  * WARNING: This file is automatically generated from:
3  *  'src/scripting/wrapper.interface.hpp'
4  * DO NOT CHANGE
5  */
6 #ifndef __supertux_WRAPPER_H__
7 #define __supertux_WRAPPER_H__
8
9 #include "wrapper_util.hpp"
10
11 extern WrappedFunction supertux_global_functions[];
12 extern WrappedClass supertux_classes[];
13
14 #endif
15