remove inlines

This commit is contained in:
scawful
2022-07-06 22:35:00 -04:00
parent 8378f6bf2d
commit 6e97649e2f
4 changed files with 14 additions and 14 deletions

View File

@@ -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_; }