mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
nv2a/glsl/vsh-prog.h: Include mstring.h
This commit is contained in:
committed by
mborgerson
parent
afadedf90b
commit
b8fd711012
@ -22,6 +22,8 @@
|
||||
#ifndef HW_XBOX_NV2A_PGRAPH_GLSL_VSH_PROG_H
|
||||
#define HW_XBOX_NV2A_PGRAPH_GLSL_VSH_PROG_H
|
||||
|
||||
#include "qemu/mstring.h"
|
||||
|
||||
void pgraph_gen_vsh_prog_glsl(uint16_t version, const uint32_t *tokens,
|
||||
unsigned int length, MString *header,
|
||||
MString *body);
|
||||
|
||||
Reference in New Issue
Block a user