new function enter_file2
[swftools.git] / lib / as3 / files.h
index 7243718..70fbb54 100644 (file)
 extern int current_line;
 extern int current_column;
 extern char* current_filename;
+extern char* current_filename_short;
 
 void add_include_dir(char*dir);
 
 char* enter_file(char*filename, void*state);
+FILE* enter_file2(char*filename, void*state);
 void* leave_file();
 
 #endif