Start fixing up documentation.

This commit is contained in:
hispidence 2022-02-05 20:38:45 +00:00
parent d52296769d
commit 6900d3ff2a
10 changed files with 47 additions and 10 deletions

View file

@ -1,5 +1,6 @@
#include "frameworkandsol.h"
#include "GameFlowScript.h"
#include "ReservedScriptNames.h"
#include "Sound/sound.h"
#include "Game/savegame.h"
#include "GameScriptInventoryObject.h"
@ -8,8 +9,8 @@
#include "Objects/ScriptInterfaceObjectsHandler.h"
/***
Scripts that will be run on game startup.
@files Pre-game
Functions for use in gameflow.lua, settings.lua and strings.lua
@tentable Flow
@pragma nostrip
*/