reman3/game_re/gh_datasegment.h

12 lines
395 B
C++

// AUTO-GENERATED FILE, DO NOT MODIFY!!!!!
// Use 'Export Data' script to export the data segment
#pragma once
#include <cstddef>
#define GH_DATA_START 0x00597000
#define GH_DATA_END 0x00843fff
#define GH_DATA_SIZE (GH_DATA_END - GH_DATA_START)
constexpr size_t gh_data_start = 0x00597000;
constexpr size_t gh_data_end = 0x00843fff;
constexpr size_t gh_data_size = gh_data_end - gh_data_start;