Code::Blocks  SVN r11506
scriptbindings.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  */
5 
6 #ifndef SCRIPTBINDINGS_H
7 #define SCRIPTBINDINGS_H
8 
9 namespace ScriptBindings
10 {
11  void RegisterBindings();
12 }
13 
14 #endif // SCRIPTBINDINGS_H