MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tile_Test.h
1 #ifndef TILE_TEST_H /* -*- C++ -*- */
2 #define TILE_TEST_H
3 
4 #include "Test_Common.h"
5 
6 namespace MFM {
7 
11  class Tile_Test
12  {
13  public:
14 
15  static void Test_tilePlaceAtom();
16  };
17 } /* namespace MFM */
18 
19 #endif /*TILE_TEST_H*/
Definition: Tile_Test.h:11