check_include.h 258 B

1234567891011121314
  1. // Filename: check_include.h
  2. // Created by: drose (16Oct00)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. #ifndef CHECK_INCLUDE_H
  6. #define CHECK_INCLUDE_H
  7. #include "ppremake.h"
  8. string check_include(const string &line);
  9. #endif