![]() |
VR-Forces 4.0.4 Class Documentation
|
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