Torc  0.1
torcomxtest.h
Go to the documentation of this file.
1 #ifndef TORCOMXTEST_H
2 #define TORCOMXTEST_H
3 
4 // Torc
5 #include "torcomxcore.h"
6 
7 class TorcOMXTest final
8 {
9  public:
10  TorcOMXTest();
11  ~TorcOMXTest();
12 
13  private:
14  TorcOMXCore m_core;
15 };
16 
17 #endif // TORCOMXTEST_H