ext/gosu/gosu_wrap.h in gosu-0.8.7.2 vs ext/gosu/gosu_wrap.h in gosu-0.9.0.pre1
- old
+ new
@@ -1,8 +1,8 @@
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
- * Version 3.0.2
+ * Version 3.0.5
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
@@ -26,10 +26,10 @@
class SwigDirector_Window : public Gosu::Window, public Swig::Director {
public:
- SwigDirector_Window(VALUE self, unsigned int width, unsigned int height, bool fullscreen, double updateInterval = 16.666666);
+ SwigDirector_Window(VALUE self, unsigned int width, unsigned int height, bool fullscreen = false, double updateInterval = 16.666666);
virtual ~SwigDirector_Window();
virtual void update();
virtual void draw();
virtual bool needsRedraw() const;
virtual bool needsCursor() const;