Rev 2009 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1528 | jag | 1 | /* |
2 | * log.h |
||
2097 | jag | 3 | * DIN Is Noise is copyright (c) 2006-2024 Jagannathan Sampath |
1713 | jag | 4 | * DIN Is Noise is released under GNU Public License 2.0 |
1528 | jag | 5 | * For more information, please visit https://dinisnoise.org/ |
6 | */ |
||
7 | #ifndef __LOG |
||
8 | #define __LOG |
||
9 | #include <fstream> |
||
10 | using namespace std; |
||
11 | extern ofstream dlog; |
||
1695 | jag | 12 | extern const char spc; |
1528 | jag | 13 | #endif |