NptConsole.h

Go to the documentation of this file.
00001 /*****************************************************************
00002 |
00003 |   Neptune - Console
00004 |
00005 |   (c) 2002-2006 Gilles Boccon-Gibod
00006 |   Author: Gilles Boccon-Gibod (bok@bok.net)
00007 |
00008 ****************************************************************/
00013 #ifndef _NPT_CONSOLE_H_
00014 #define _NPT_CONSOLE_H_
00015 
00016 /*----------------------------------------------------------------------
00017 |   includes
00018 +---------------------------------------------------------------------*/
00019 #include "NptTypes.h"
00020 #include "NptResults.h"
00021 
00022 /*----------------------------------------------------------------------
00023 |   prototypes
00024 +---------------------------------------------------------------------*/
00025 class NPT_Console {
00026 public:
00027     // class methods
00028     static void Output(const char* message);
00029     static void OutputF(const char* format, ...);
00030 };
00031 
00032 
00033 #endif /* _NPT_CONSOLE_H_ */