glsl/pp: move static functions out of header file

This commit is contained in:
Keith Whitwell
2009-12-23 15:57:06 +00:00
parent cdd25ab8cf
commit b2a615e3cd
4 changed files with 206 additions and 130 deletions

View File

@@ -18,6 +18,7 @@ sources = [
'pp/sl_pp_process.c',
'pp/sl_pp_purify.c',
'pp/sl_pp_token.c',
'pp/sl_pp_token_util.c',
'pp/sl_pp_version.c',
'cl/sl_cl_parse.c',
]