mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-13 14:07:04 +03:00
Start fixing up documentation.
This commit is contained in:
parent
d52296769d
commit
6900d3ff2a
10 changed files with 47 additions and 10 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue