VR-Forces 4.1 Class Documentation
munRsrc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: munRsrc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
12 
15 
16 #ifndef munRsrc_H_
17 #define munRsrc_H_
18 
19 #include <vlutil/vlMachineTypes.h>
20 #include "vrfutil/intRsrc.h"
21 #include "vrfutil/simMunition.h"
22 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 
27 public:
28 
31 
37  parentRegistry = 0);
38 
41  parentRegistry = 0);
42 
43 protected:
46 
47 public:
49  virtual ~DtMunitionResource();
50 
52  virtual DtSimResource * clone(DtReaderWriterRegistry* parentRegistry = 0)
53  const;
54 
56  virtual DtString type() const;
57 
58  virtual const DtSimMunition & munitionType() const;
59  virtual void setMunitionType(const DtSimMunition & munitionType);
60 
61  static DtSimResource * creator();
62 
66  virtual const char* readerWriterType() const;
67 
68 protected:
69 
71 
72 };
73 
74 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)