Skip to content

Commit 6841795

Browse files
committed
Added new game_ai entry in griffin_cpp
1 parent 684eefa commit 6841795

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

griffin/griffin_cpp.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,11 @@ FONTS
120120
#include "../deps/discord-rpc/src/connection_unix.cpp"
121121
#endif
122122
#endif
123+
124+
125+
/*============================================================
126+
GAME AI
127+
============================================================ */
128+
#if defined(HAVE_GAME_AI)
129+
#include "../ai/game_ai.cpp"
130+
#endif

0 commit comments

Comments
 (0)