X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FScript.hh;fp=src%2FMoof%2FScript.hh;h=0000000000000000000000000000000000000000;hp=974dce78d6e8e12c1151035adb162591524eb6ae;hb=831f04d4bc19a390415ac0bbac4331c7a65509bc;hpb=299af4f2047e767e5d79501c26444473bda64c64 diff --git a/src/Moof/Script.hh b/src/Moof/Script.hh deleted file mode 100644 index 974dce7..0000000 --- a/src/Moof/Script.hh +++ /dev/null @@ -1,1055 +0,0 @@ - -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** -**] All rights reserved. -* -* vi:ts=4 sw=4 tw=75 -* -* Distributable under the terms and conditions of the 2-clause BSD license; -* see the file COPYING for a complete text of the license. -* -**************************************************************************/ - -#ifndef _MOOF_SCRIPT_HH_ -#define _MOOF_SCRIPT_HH_ - -/** - * @file Script.hh - * A thin wrapper over Lua. This is not meant as a complicated binding - * package between C++ and Lua. It is not meant to obscure the division - * between C++ and Lua but rather to clarify it and make it more - * manageable. It does not hide the concept of the Lua stack, but rather - * provides that mechanism with a certain level of abstraction while also - * providing a cleaner, more consistent API. - */ - -#include -#include -#include -#include -#include - -#include -#include -#include -#include - - -namespace Mf { - - -class Script; -typedef boost::shared_ptr