add texture source and header

This commit is contained in:
util1 2019-07-23 16:46:28 +02:00
parent 118f7cbcb2
commit f912a2faec
3 changed files with 5 additions and 0 deletions

Binary file not shown.

1
src/FxEngine/texture.cpp Normal file
View File

@ -0,0 +1 @@
#include "texture.h"

4
src/FxEngine/texture.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef FE_TEXTURE_H
#define FE_TEXTURE_H
#endif