lib/mittsu/renderers/opengl/opengl_lib.rb in mittsu-0.2.1 vs lib/mittsu/renderers/opengl/opengl_lib.rb in mittsu-0.2.2
- old
+ new
@@ -8,16 +8,12 @@
def initialize(loader = Linux)
@loader = loader
end
end
- class Windows
- def path; nil; end
- def file; nil; end
+ class Windows < GenericLib::Base
end
- class MacOS
- def path; nil; end
- def file; nil; end
+ class MacOS < GenericLib::Base
end
end
end