blob: 63c6d1d0500af05a834545b09ddcbf7e32cd033a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|