Clone of Akilla's ac2d @ https://github.com/deregtd/AC2D

cCellManager.h 139B

1234567891011
  1. #pragma once
  2. #include "cTurbineFile.h"
  3. class cCellManager : public cTurbineFile {
  4. public:
  5. cCellManager();
  6. ~cCellManager();
  7. private:
  8. };