MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ExternalConfig_Test.h
1 /* -*- C++ -*- */
2 #ifndef EXTERNALCONFIG_TEST_H
3 #define EXTERNALCONFIG_TEXT_H
4 
5 #include "ExternalConfig.h"
6 #include "Grid.h"
7 
8 namespace MFM
9 {
11  {
12  public:
13 
14  static void Test_RunTests();
15  };
16 }
17 
18 #endif /* EXTERNALCONFIG_TEST_H */
Definition: ExternalConfig_Test.h:10