X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fopengl%2Fr_texture.pas;fp=src%2Fengine%2Fe_texture.pas;h=7a311a3eea80c6b2b6b66a71e02dc50e42d697fa;hb=01ca3b4324c78f00caae7d5b16cd49efce31f831;hp=58ae4cdb44369d4bc7a7af4f7c14501aa7e1d977;hpb=9615ae96661aed9886424c75479d322f555627a6;p=d2df-sdl.git diff --git a/src/engine/e_texture.pas b/src/game/opengl/r_texture.pas similarity index 99% rename from src/engine/e_texture.pas rename to src/game/opengl/r_texture.pas index 58ae4cd..7a311a3 100644 --- a/src/engine/e_texture.pas +++ b/src/game/opengl/r_texture.pas @@ -12,8 +12,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$INCLUDE ../shared/a_modes.inc} -unit e_texture; +{$INCLUDE ../../shared/a_modes.inc} +unit r_texture; { This unit provides interface to load 24-bit and 32-bit uncompressed images from Truevision Targa (TGA) graphic files, and create OpenGL textures