# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

misc.h

Go to the documentation of this file.
00001 /* misc.h
00002  *
00003  * Copyright (C) 2000 Nevrax. All rights reserved.
00004  *
00005  * The redistribution, use and modification in source or binary forms of
00006  * this software is subject to the conditions set forth in the copyright
00007  * document ("Copyright") included with this distribution.
00008  */
00009 
00010 /*
00011  * $Id: misc.h,v 1.2 2000/10/09 14:53:44 lecroart Exp $
00012  *
00013  * Main misc header that include all misc files
00014  */
00015 
00016 #ifndef NL_MISC_H
00017 #define NL_MISC_H
00018 
00019 #include "misc/class_registry.h"
00020 #include "misc/debug.h"
00021 #include "misc/file.h"
00022 #include "misc/stream.h"
00023 #include "misc/types_nl.h"
00024 
00025 #endif // NL_MISC_H
00026 
00027 /* End of misc.h */