Browse Source

Add forward declarations

tempestpy_adaptions
Lanchid 12 years ago
parent
commit
70181387a3
  1. 23
      src/modelChecker/ForwardDeclarations.h

23
src/modelChecker/ForwardDeclarations.h

@ -0,0 +1,23 @@
/*
* ForwardDeclarations.h
*
* Created on: 14.01.2013
* Author: thomas
*/
#ifndef STORM_MODELCHECKER_FORWARDDECLARATIONS_H_
#define STORM_MODELCHECKER_FORWARDDECLARATIONS_H_
namespace storm {
namespace modelChecker {
template <class Type>
class DtmcPrctlModelChecker;
} //namespace modelChecker
} //namespace storm
#endif /* STORM_MODELCHECKER_FORWARDDECLARATIONS_H_ */
Loading…
Cancel
Save