dungeon_crawler

diff prototype/src/material.h @ 48:aa9e28670ae2

added sound playback, more to do
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 17 Sep 2012 08:40:59 +0300
parents 0588f8a1a351
children
line diff
     1.1 --- a/prototype/src/material.h	Sun Sep 16 08:16:50 2012 +0300
     1.2 +++ b/prototype/src/material.h	Mon Sep 17 08:40:59 2012 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  #define MATERIAL_H_
     1.5  
     1.6  #include "color.h"
     1.7 -#include "texman.h"
     1.8 +#include "texture.h"
     1.9  
    1.10  enum {
    1.11  	TEXTYPE_DIFFUSE,