00001 // ----------------------------------------------------------------------- // 00002 // 00003 // MODULE : clientconsolefn.h 00004 // 00005 // PURPOSE : Client-side console functions - Definition 00006 // 00007 // CREATED : 03/22/01 00008 // 00009 // (c) 2001 LithTech, Inc. All Rights Reserved 00010 // 00011 // ----------------------------------------------------------------------- // 00012 00013 #ifndef __CLIENT_CONSOLE_FN_H__ 00014 #define __CLIENT_CONSOLE_FN_H__ 00015 00016 00018 void ConsoleFn_Connect(int argc, char **argv); 00019 void ConsoleFn_FogColor(int argc, char **argv); 00020 void ConsoleFn_BackgroundColor(int argc, char **argv); 00021 00022 00023 #endif // __CLIENT_CONSOLE_FN_H__