#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__