15 lines
596 B
C
15 lines
596 B
C
/*************************************************/
|
|
/* 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
|