Skip to content

Commit

Permalink
FIX COMPILE ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jul 21, 2024
1 parent 0abc47a commit 975a465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CGALib/gameinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,8 @@ namespace CGA

virtual bool GetPicBooksInfo(cga_picbooks_info_t &info) = 0;
virtual bool GetCardsInfo(cga_cards_info_t &info) = 0;
virtual bool GetCardsRecvMsg(cga_cards_recv_msgs_t&info) = 0;
virtual bool SetCardRecvMsgState(int index, int item, int state) = 0;
virtual bool IsItemValid(int itempos, bool &valid) = 0;
virtual bool GetItemInfo(int itempos, cga_item_info_t &info) = 0;
virtual bool GetItemsInfo(cga_items_info_t &info) = 0;
Expand Down

0 comments on commit 975a465

Please sign in to comment.