clarify comments some more
This commit is contained in:
parent
512b3dd91c
commit
bba4a692db
1 changed files with 4 additions and 3 deletions
|
@ -40,14 +40,15 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// CImg, the superior grafiks library
|
// This #define tells CImg that we use the library without any display options --
|
||||||
|
// just for loading images.
|
||||||
#define cimg_display 0
|
#define cimg_display 0
|
||||||
#include "CImg.h"
|
#include "CImg.h"
|
||||||
|
|
||||||
// First include for detecting console output size,
|
|
||||||
// everything else for exit codes
|
|
||||||
#ifdef _POSIX_VERSION
|
#ifdef _POSIX_VERSION
|
||||||
|
// Console output size detection
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
// Exit codes
|
||||||
#include <sysexits.h>
|
#include <sysexits.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue