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

TurbineCell.cpp 169B

12345678910111213
  1. #include "StdAfx.h"
  2. #include "TurbineCell.h"
  3. TurbineCell::TurbineCell()
  4. {
  5. #if PRE_TOD_DATA_FILES
  6. LoadFile("cell.dat");
  7. #else
  8. LoadFile("client_cell_1.dat");
  9. #endif
  10. }