-
Hi! I'm working on some filesystem-related changes to OpenGothic, and I'm trying to figure out how saving and loading saves works. I found that onLoadGame and onLoadSave are called to do this, and I found their prototypes here: Lines 486 to 492 in d5b45f9 However, I don't see where these are implemented. Where do I find their implementations? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, @Newbytee ! Those are signals, connected here: OpenGothic/game/mainwindow.cpp Lines 60 to 66 in d5b45f9 As for file-system related stuff: OpenGothic/game/mainwindow.cpp Lines 878 to 884 in d5b45f9
|
Beta Was this translation helpful? Give feedback.
Hi, @Newbytee !
Those are signals, connected here:
OpenGothic/game/mainwindow.cpp
Lines 60 to 66 in d5b45f9
As for file-system related stuff:
OpenGothic/game/mainwindow.cpp
Lines 878 to 884 in d5b45f9