X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTexture.h;h=9731dca0ff807448cd46a542b9449c2b6f5408fb;hb=25e3d5e35a7fd7efdffc420efe3c41a91cefe43f;hp=a684bd53f565e5d4e589a3c6b0a15006bafa139f;hpb=35b5d8a643d2ff04614a8b9f57026b57d4a82667;p=lugaru.git diff --git a/Source/Texture.h b/Source/Texture.h index a684bd5..9731dca 100644 --- a/Source/Texture.h +++ b/Source/Texture.h @@ -8,7 +8,8 @@ using namespace std; class TextureRes; -class Texture { +class Texture +{ private: TextureRes* tex; public: