void unidiff_universeDefer(int enable)
Sets whether or not to defer universe change stuff.
int diff_apply(const char *name)
Applies a diff to the universe.
void diff_remove(const char *name)
Removes a diff from the universe.
void diff_clear(void)
Removes all active diffs. (Call before economy_destroy().)
int diff_loadAvailable(void)
Loads available universe diffs.
void diff_free(void)
Clean up after diff_loadAvailable().
int diff_isApplied(const char *name)
Checks if a diff is currently applied.