#include <SDL2/SDL_mutex.h>
#include <cassert>
Go to the source code of this file.
Classes | |
class | save_blocker |
While any instance of this class exists, attempts to save the game via any call to play_controller will be temporarily postponed: the call will return immediately without performing the save, but the save method will then be reinvoked from this class's destructor. More... | |
class | save_blocker::save_unblocker |
An exception-safe means of making sure that unblock() gets called after try_block(). More... | |