mirror of
https://github.com/aap/librw.git
synced 2025-12-22 02:19:56 +00:00
got rid of PluginBase inhertiance because ps2 gcc complained about non-POD types
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
|
||||
namespace rw {
|
||||
|
||||
PluginList TexDictionary::s_plglist = { sizeof(TexDictionary), sizeof(TexDictionary), nil, nil };
|
||||
PluginList Texture::s_plglist = { sizeof(Texture), sizeof(Texture), nil, nil };
|
||||
PluginList Raster::s_plglist = { sizeof(Raster), sizeof(Raster), nil, nil };
|
||||
|
||||
//
|
||||
// TexDictionary
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user