1 // --------------------------------------------------------------------------
2 // --
3 // -- LOGGING - Logging handlers.
4 // --
5 // --
6 // --------------------------------------------------------------------------
7
8 // --------------------------------------------------------------------------
9 // -- Includes
10 // --------------------------------------------------------------------------
11 #include <stdio.h>
12 #include <stdlib.h>
13 #include <conio.h>
14 #include "defines.h"
15 #include "logs.h"
16
17 // --------------------------------------------------------------------------
18 // -- Definitions
19 // --------------------------------------------------------------------------
20
21
22 // --------------------------------------------------------------------------
23 // -- Methods
24 // --------------------------------------------------------------------------
25
26 // --- Constructor ------------------
27
28 // --- Destructor -------------------
29 // NONE
30
31
32
|