diff options
author | Vinson Lee <[email protected]> | 2010-08-03 01:20:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-03 01:20:13 -0700 |
commit | 9c6b5a4407cf794f3e5274cd25cac59e85bcf47d (patch) | |
tree | a2a61f866518f3dee3349c787638ad78eecd5f59 /src/mesa/state_tracker/st_atom_constbuf.h | |
parent | df66c641e34b87fdb1fae5cae544203e36ca12d3 (diff) |
st/mesa: Add forward declarations in st_atom_constbuf.h.
Diffstat (limited to 'src/mesa/state_tracker/st_atom_constbuf.h')
-rw-r--r-- | src/mesa/state_tracker/st_atom_constbuf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_atom_constbuf.h b/src/mesa/state_tracker/st_atom_constbuf.h index f707534e2cf..97b076629ee 100644 --- a/src/mesa/state_tracker/st_atom_constbuf.h +++ b/src/mesa/state_tracker/st_atom_constbuf.h @@ -29,6 +29,9 @@ #ifndef ST_ATOM_CONSTBUF_H #define ST_ATOM_CONSTBUF_H +struct gl_program_parameter_list; +struct st_context; + void st_upload_constants( struct st_context *st, struct gl_program_parameter_list *params, |