mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
8 lines
103 B
C
8 lines
103 B
C
|
#include "gmqcc.h"
|
||
|
#include "lexer.h"
|
||
|
|
||
|
bool parser_compile(const char *filename)
|
||
|
{
|
||
|
return false;
|
||
|
}
|