ParamKit
A small library helping to parse commandline parameters (for Windows).
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
paramkit.h
Go to the documentation of this file.
1 
6 #ifndef _PARAMKIT_
7 #define _PARAMKIT_
8 
9 #include "pk_util.h"
10 #include "param.h"
11 #include "params.h"
12 #include "term_colors.h"
13 
14 #endif
Basic parameter types.
The main parameters container and parser.
The set of utility functions used by the ParamKit.
Definitions of the colors used on the terminal.