GLK: ALAN2: Fix compilation

This commit is contained in:
Filippos Karapetis 2018-12-27 15:18:34 +02:00
parent 91490c27ad
commit c6d6f8de0a

View File

@ -31,7 +31,7 @@ namespace Glk {
namespace Alan2 {
// TODO: Move these
LitElem litValues[];
extern LitElem *litValues;
uint32 litCount = 0; // for LITMAX
extern ActElem *acts; // Actor table pointer
extern ObjElem *objs; // Object table pointer