sm64coopdx/build-windows-visual-studio
MysterD ed06b57649 Added mod registration system
Allows mods to register themselves so that mismatches don't occur. This
does not automagically detect when someone modified the game, so the
mods will have to insert a function like this into their patch:

static void __attribute__((constructor)) _register_this_mod() {
    network_register_mod("mod name here");
}
2020-10-04 16:41:55 -07:00
..
behavior_table
scrap
x64/Debug
sm64ex.sln
sm64ex.vcxproj Added mod registration system 2020-10-04 16:41:55 -07:00
sm64ex.vcxproj.filters Added mod registration system 2020-10-04 16:41:55 -07:00
sm64ex.vcxproj.user