[Scummvm-git-logs] scummvm-tools master -> 37e5940117b946a7e0fa0d2251ab545919d3b89f
aquadran
noreply at scummvm.org
Sat Jul 16 21:19:42 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
37e5940117 GRIM: LUA: Added missing header
Commit: 37e5940117b946a7e0fa0d2251ab545919d3b89f
https://github.com/scummvm/scummvm-tools/commit/37e5940117b946a7e0fa0d2251ab545919d3b89f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-16T23:19:38+02:00
Commit Message:
GRIM: LUA: Added missing header
Changed paths:
engines/grim/luac/rebase.cpp
diff --git a/engines/grim/luac/rebase.cpp b/engines/grim/luac/rebase.cpp
index 17b8d298..193c6d34 100644
--- a/engines/grim/luac/rebase.cpp
+++ b/engines/grim/luac/rebase.cpp
@@ -1,3 +1,7 @@
+/*
+** See Copyright Notice in lua.h
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
More information about the Scummvm-git-logs
mailing list