Quake BSP renderer for PS1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
215 B

#ifndef __ASSET_H__
#define __ASSET_H__
typedef struct
{
RECT prect, crect;
int mode;
int uoffs, voffs;
} ps1texture_t;
void asset_loadTexture(const u_long* tim, ps1texture_t *texture);
#endif // __ASSET_H__