dep/libcue: Prefix functions to avoid name clash with glslang

This commit is contained in:
Connor McLaughlin
2020-07-04 13:47:51 +10:00
parent 1231f6dafe
commit 16411d7669
6 changed files with 606 additions and 314 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
flex --nounistd -o cue_scanner.c cue_scanner.l
bison --defines=cue_parser.h -o cue_parser.c cue_parser.y