026db1836111b7a977607a0b83228b7dbf194658
[supertux.git] / src / scripting / wrapper.hpp
1 /**
2  * WARNING: This file is automatically generated from:
3  *  'src/scripting/wrapper.interface.h'
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