amath
1.8.5
Simple command line calculator
|
#include "amath.h"
#include "amathc.h"
#include "console.h"
#include "program.h"
#include "loc/text.h"
Go to the source code of this file.
Variables | |
static const char * | version = TXTVERSMSG |
static const char * | compiler = TXTCOMPMSG |
static const char * | about |
static const char * | help |
static const char * | copyright |
static const char * | license |
static const char * | footer = "Specific details should be found in the source files." |
|
static |
Definition at line 38 of file console.cpp.
Referenced by ConsoleBase::ShowAbout().
|
static |
Definition at line 37 of file console.cpp.
Referenced by ConsoleBase::GetCompilerText(), ConsoleBase::ShowAbout(), and ConsoleBase::ShowVersion().
|
static |
Definition at line 46 of file console.cpp.
Referenced by ConsoleBase::ShowLicense().
|
static |
Definition at line 73 of file console.cpp.
Referenced by ConsoleBase::ShowLicense().
|
static |
Definition at line 44 of file console.cpp.
Referenced by ConsoleBase::ShowHelp().
|
static |
Definition at line 48 of file console.cpp.
Referenced by ConsoleBase::ShowLicense().
|
static |
Definition at line 36 of file console.cpp.
Referenced by ConsoleBase::GetVersionText(), ConsoleBase::ShowAbout(), and ConsoleBase::ShowVersion().