1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
Files
vcmi/lib
Ivan Savenko 716da918f8 Completely remove IGameCallback class
- CClient now inherits directly from CPrivilegedInfoCallback, like
IGameCallback did before. However CClient no longer needs dummy
implementation of IGameEventCallback
- CGObjectInstance hierarchy now uses CPrivilegedInfoCallback for
callback. Actual events can only be emitted in calls that receive
IGameEventCallback pointer, e.g. heroVisit
- CGameHandler now inherits directly from both CPrivilegedInfoCallback
and IGameEventCallback as it did before via IGameCallback
2025-05-14 13:39:41 +03:00
..
2025-05-11 19:50:57 +03:00
2025-04-29 13:03:08 +03:00
2025-05-14 13:39:41 +03:00
2025-05-01 18:18:30 +03:00
2025-03-26 00:18:45 +08:00
2025-01-06 23:18:20 +01:00
2025-05-01 18:18:30 +03:00
2025-04-27 14:57:31 +03:00
2025-03-12 13:33:12 +00:00
2025-02-28 15:25:58 +01:00
2025-02-28 15:25:58 +01:00
2025-01-04 15:09:50 +00:00