diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-02-09 22:10:30 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-02-09 22:10:30 -0300 |
commit | 0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac (patch) | |
tree | 276c4d099e178eb67fbd14f61d77b05e3808e9e3 /script/script_binder.cpp | |
parent | 0e49da1687bc8192ed210947da52c9e5c5f301bb (diff) | |
download | redot-engine-0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac.tar.gz |
GODOT IS OPEN SOURCE
Diffstat (limited to 'script/script_binder.cpp')
-rw-r--r-- | script/script_binder.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/script/script_binder.cpp b/script/script_binder.cpp new file mode 100644 index 0000000000..63c6d1d050 --- /dev/null +++ b/script/script_binder.cpp @@ -0,0 +1,13 @@ +/*************************************************/ +/* script_binder.cpp */ +/*************************************************/ +/* This file is part of: */ +/* GODOT ENGINE */ +/*************************************************/ +/* Source code within this file is: */ +/* (c) 2007-2010 Juan Linietsky, Ariel Manzur */ +/* All Rights Reserved. */ +/*************************************************/ + +#include "script_binder.h" + |