#include "lux.h"
#include "error.h"
Go to the source code of this file.
Functions | |
bool | ParseFile (const char *filename) |
bool ParseFile | ( | const char * | filename | ) |
Definition at line 27 of file parser.cpp.
References current_file, cimg_library::cimg::fclose(), cimg_library::cimg::fopen(), line_num, LUX_NOFILE, LUX_SEVERE, luxError, cimg_library::cimg::strcmp(), yyin, and yyparse().
Referenced by lux::LuxGui::EngineThread(), and engineThread().