mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 08:40:28 +01:00
st/mesa: Clean up st_cb_viewport.h.
Add inclusion guard. Add forward declaration.
This commit is contained in:
parent
e857293299
commit
cb7638579e
1 changed files with 7 additions and 0 deletions
|
|
@ -25,5 +25,12 @@
|
|||
*
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef ST_CB_VIEWPORT_H
|
||||
#define ST_CB_VIEWPORT_H
|
||||
|
||||
struct dd_function_table;
|
||||
|
||||
extern void
|
||||
st_init_viewport_functions(struct dd_function_table *functions);
|
||||
|
||||
#endif /* ST_CB_VIEW_PORT_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue