Home | nevrax.com |
|
nel.hGo to the documentation of this file.00001 /* nel.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: nel.h,v 1.3 2000/09/15 09:34:50 lecroart Exp $ 00012 * 00013 * Main NeL header that include all nel files (very slow compilation) 00014 */ 00015 00016 #ifndef NL_NEL_H 00017 #define NL_NEL_H 00018 00019 #include "3d.h" 00020 #include "db.h" 00021 #include "ai.h" 00022 #include "misc.h" 00023 #include "net.h" 00024 #include "python.h" 00025 #include "sys.h" 00026 00027 #endif // NL_NEL_H 00028 00029 /* End of nel.h */ |