/
erlang.spawn
/
fallout2-ce
Обзор
Документация
Войти
/
erlang.spawn
/
fallout2-ce
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
continious
src/widget.cc
32 строки
528 B
Mike Klaas
Add original symbol beside all function and symbol offsets (#332)
12 май 2026, 05:49
Не верифицирован
12 май 2026, 05:49
7ae0452
Код
Авторство
О чём код?
#include "widget.h" namespace fallout { // 0x66E6A0 updateRegions static int _updateRegions[32]; // 0x4B5A64 showRegion static void _showRegion(int region) { // TODO: Incomplete. } // 0x4B5C24 update_widgets int windowUpdateWidgets() { for (int index = 0; index < 32; index++) { if (_updateRegions[index]) { _showRegion(_updateRegions[index]); } } return 1; } // 0x4B5998 win_delete_widgets void windowDeleteWidgets(int win) { // TODO: Incomplete. } } // namespace fallout