blob: c3167a901d5e855cf40e53f88cf6c3f65f359a68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*************************************************/
/* script_binder.h */
/*************************************************/
/* This file is part of: */
/* GODOT ENGINE */
/*************************************************/
/* Source code within this file is: */
/* (c) 2007-2010 Juan Linietsky, Ariel Manzur */
/* All Rights Reserved. */
/*************************************************/
#ifndef SCRIPT_BINDER_H
#define SCRIPT_BINDER_H
#endif // SCRIPT_BINDER_H
|