FRED
Fred.h
00001 /*
00002  Copyright 2009 by the University of Pittsburgh
00003  Licensed under the Academic Free License version 3.0
00004  See the file "LICENSE" for more information
00005  */
00006 
00007 //
00008 //
00009 // File: Fred.h
00010 //
00011 
00012 #ifndef _FRED_H
00013 
00014 int main(int argc, char* argv[]);
00015 
00016 #define _FRED_H
00017 
00018 #endif // _FRED_H
 All Classes Functions