stdafx.h 176 B

12345678
  1. #pragma once
  2. #include <boost/lexical_cast.hpp>
  3. #include <boost/format.hpp>
  4. #include "../../AI_Base.h"
  5. using boost::format;
  6. using boost::str;
  7. using boost::lexical_cast;