Skip to content

Commit

Permalink
clarify comments some more
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaustein committed Jan 24, 2024
1 parent 512b3dd commit bba4a69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tiv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
#include <string>
#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
#include "CImg.h"

// First include for detecting console output size,
// everything else for exit codes
#ifdef _POSIX_VERSION
// Console output size detection
#include <sys/ioctl.h>
// Exit codes
#include <sysexits.h>
#endif

Expand Down

0 comments on commit bba4a69

Please sign in to comment.