conworlds

diff src/texture.h @ 7:bd8202d6d28d

some progress...
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 22 Aug 2014 16:55:16 +0300
parents 3c36bc28c6c2
children 283cdfa7dda2
line diff
     1.1 --- a/src/texture.h	Thu Aug 21 01:08:03 2014 +0300
     1.2 +++ b/src/texture.h	Fri Aug 22 16:55:16 2014 +0300
     1.3 @@ -13,6 +13,9 @@
     1.4  	Texture();
     1.5  	~Texture();
     1.6  
     1.7 +	int get_width() const;
     1.8 +	int get_height() const;
     1.9 +
    1.10  	void create2d(int xsz, int ysz);
    1.11  	void destroy();
    1.12