Poodletooth-iLand/build/nirai/panda3d/ppremake/check_include.h

15 lines
258 B
C
Raw Normal View History

2015-11-14 13:28:53 -06:00
// 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