VR-Forces 4.0.4 Class Documentation
include/vrfLua/luaScriptDescriptor.h
Go to the documentation of this file.
00001 
00002 /*******************************************************************************
00003 ** Copyright (c) 2010 MAK Technologies, Inc.
00004 ** All rights reserved.
00005 *******************************************************************************/
00006 
00007 #pragma once
00008 
00009 #include <vrfLua/vrfLuaDefines.h>
00010 
00011 #include "vrfobjparam/compDesc.h"
00012 #include "vrfutil/rwBoolean.h"
00013 
00014 namespace vrfLua
00015 {
00016    class DT_DLL_vrfLua DtLuaScriptDescriptor : public DtComponentDescriptor
00017    {
00018    public:
00019       DtLuaScriptDescriptor(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
00020    };
00021 }
00022 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)