st/wgl: pseudo-implementation of WGL_EXT_swap_control
[mesa.git] / src / gallium / state_trackers / wgl / stw_nopfuncs.h
1
2
3 #ifndef STW_NOPFUNCS_H
4 #define STW_NOPFUNCS_H
5
6
7 PROC
8 stw_get_nop_function(const char *name);
9
10
11 #endif /* STW_NOPFUNCS_H */