]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Texture.h
new language, new compiler
[l2e.git] / src / graphics / Texture.h
index 0de987a3d6355ab9f46386183c7b4326db9705c9..283be3eebd03f9b26011615ac0291630553b67e2 100644 (file)
@@ -19,7 +19,7 @@ public:
        static const int TYPE_ID = 410;
 
 public:
-       void Render(SDL_Surface *dest, const math::Vector<int> &from, const math::Vector<int> &to) const;
+       void Draw(SDL_Surface *dest, const math::Vector<int> &from, const math::Vector<int> &to) const;
 
 public:
        void SetSurface(SDL_Surface *s) { surface = s; }
@@ -38,4 +38,4 @@ private:
 
 }
 
-#endif /* GRAPHICS_TEXTURE_H_ */
+#endif