19 lines
418 B
C
19 lines
418 B
C
/* -----------------------------------------------------------------------------
|
|
GSFramework
|
|
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
|
------------------------------------------------------------------------------*/
|
|
|
|
|
|
#ifndef __UC_BINDING__
|
|
#define __UC_BINDING__
|
|
|
|
|
|
#include "squirrel.h"
|
|
|
|
|
|
/// Register fast OO Squirrel binding.
|
|
void RegisterUCBinding(HSQUIRRELVM vm);
|
|
|
|
|
|
#endif // __UC_BINDING__
|