mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
15 lines
258 B
C
15 lines
258 B
C
|
// Filename: check_include.h
|
||
|
// Created by: drose (16Oct00)
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef CHECK_INCLUDE_H
|
||
|
#define CHECK_INCLUDE_H
|
||
|
|
||
|
#include "ppremake.h"
|
||
|
|
||
|
string check_include(const string &line);
|
||
|
|
||
|
#endif
|
||
|
|