Skip to content

Commit

Permalink
Update extras/ai-battle/HeadlessGame.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Grund <[email protected]>
  • Loading branch information
wichern and Flamefire authored Jun 16, 2024
1 parent c0e0e52 commit ed90565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extras/ai-battle/HeadlessGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ using bfs::canonical;

#ifdef WIN32
HANDLE setupStdOut();
void printConsole(const char* fmt, ...);
#elif defined(__GNUC__)
#endif

#ifdef __GNUC__
void printConsole(const char* fmt, ...) __attribute__((format(printf, 1, 2)));
#else
void printConsole(const char* fmt, ...);
Expand Down

0 comments on commit ed90565

Please sign in to comment.