16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
// Filename: algorithm
|
|
// Created by: drose (12May00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
// This file, and all the other files in this directory, aren't
|
|
// intended to be compiled--they're just parsed by CPPParser (and
|
|
// interrogate) in lieu of the actual system headers, to generate the
|
|
// interrogate database.
|
|
|
|
#ifndef ALGORITHM_H
|
|
#define ALGORITHM_H
|
|
|
|
#endif
|
|
|