From f95c7a7494803876794bdf74b56dd2de82b57871 Mon Sep 17 00:00:00 2001 From: ValeriiKoniushenko Date: Sat, 21 Oct 2023 17:58:09 +0300 Subject: [PATCH] Added new point to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f9016aa39..b668316fb 100644 --- a/README.md +++ b/README.md @@ -1056,6 +1056,11 @@ GameNameWorld::GameNameWorld() } ``` +PS: don't forget to connect it in your game-cmake using target ```BaseGame``` +```cmake +target_link_libraries(YourGame PUBLIC BaseGame) +``` + ## 💭 What in the future? I want to implement more and more things to give abilities like: