~jose-falanga-5/godot/master

« back to all changes in this revision

Viewing changes to servers/visual/rasterizer_dummy.h

  • Committer: Juan Linietsky
  • Date: 2015-09-13 02:19:12 UTC
  • mfrom: (656.1.4)
  • Revision ID: git-v1:4773c19e6099a29fc19f566f6c590330e223c6d0
Merge pull request #2467 from romulox-x/iphoneSplash

server build error fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
779
779
 
780
780
        virtual bool has_feature(VS::Features p_feature) const;
781
781
 
 
782
        virtual void restore_framebuffer();
782
783
 
783
784
        RasterizerDummy();
784
785
        virtual ~RasterizerDummy();