diff options
Diffstat (limited to 'script/script_binder.h')
-rw-r--r-- | script/script_binder.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/script/script_binder.h b/script/script_binder.h new file mode 100644 index 0000000000..c3167a901d --- /dev/null +++ b/script/script_binder.h @@ -0,0 +1,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 |