1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef R300_PUBLIC_H #define R300_PUBLIC_H #ifdef __cplusplus extern "C" { #endif struct radeon_winsys; struct pipe_screen* r300_screen_create(struct radeon_winsys *rws); #ifdef __cplusplus } // extern "C" #endif #endif