Skip to content

Commit

Permalink
Added new game_ai entry in griffin_cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin committed Jan 14, 2025
1 parent 684eefa commit 6841795
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions griffin/griffin_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,11 @@ FONTS
#include "../deps/discord-rpc/src/connection_unix.cpp"
#endif
#endif


/*============================================================
GAME AI
============================================================ */
#if defined(HAVE_GAME_AI)
#include "../ai/game_ai.cpp"
#endif

0 comments on commit 6841795

Please sign in to comment.