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

cCellManager.cpp 147B

123456789101112
  1. #include "stdafx.h"
  2. #include "cCellManager.h"
  3. cCellManager::cCellManager()
  4. {
  5. LoadFile("client_cell_1.dat");
  6. }
  7. cCellManager::~cCellManager()
  8. {
  9. }