Re-added line for win32 build.

This commit is contained in:
mjbudd77 2021-11-04 07:01:33 -04:00
parent 51ea52f94b
commit be417b7d3b
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ extern char FileBase[];
#include "drivers/win/taseditor/snapshot.h"
#include "drivers/win/taseditor/taseditor_lua.h"
#include "drivers/win/cdlogger.h"
extern TASEDITOR_LUA taseditor_lua;
#endif
#ifdef __SDL__