pokemon/start_size.hpp

7 lines
87 B
C++

#pragma once
struct start_size_t {
uint8_t const * const start;
uint32_t size;
};