remove inlines
This commit is contained in:
@@ -36,8 +36,8 @@ class ROM {
|
||||
char* CreateAllGfxDataRaw();
|
||||
void CreateAllGraphicsData(uchar* allGfx16Ptr);
|
||||
|
||||
inline uchar* data() { return current_rom_; }
|
||||
inline auto Renderer() { return sdl_renderer_; }
|
||||
uchar* data() { return current_rom_; }
|
||||
auto Renderer() { return sdl_renderer_; }
|
||||
const uchar* getTitle() const { return title; }
|
||||
long getSize() const { return size_; }
|
||||
char getVersion() const { return version_; }
|
||||
|
||||
Reference in New Issue
Block a user