Clone of PhatAC @ https://github.com/floaterxk/PhatAC

TurbineCell.h 144B

1234567891011121314
  1. #pragma once
  2. #include "TurbineData.h"
  3. class TurbineCell : public TurbineData
  4. {
  5. public:
  6. TurbineCell();
  7. };
  8. typedef TurbineCell TURBINECELL;