Pioneer
Loading...
Searching...
No Matches
src
lua
LuaFileSystem.h
Go to the documentation of this file.
1
// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4
#ifndef _LUAFILESYSTEM_H
5
#define _LUAFILESYSTEM_H
6
7
namespace
LuaFileSystem
{
8
void
Register
();
9
10
enum
Root
{
// <enum scope='LuaFileSystem' name=FileSystemRoot prefix=ROOT_ public>
11
ROOT_USER
,
12
ROOT_DATA
13
};
14
}
// namespace LuaFileSystem
15
16
#endif
LuaFileSystem
Definition
LuaFileSystem.h:7
LuaFileSystem::Register
void Register()
Definition
LuaFileSystem.cpp:154
LuaFileSystem::Root
Root
Definition
LuaFileSystem.h:10
LuaFileSystem::ROOT_USER
@ ROOT_USER
Definition
LuaFileSystem.h:11
LuaFileSystem::ROOT_DATA
@ ROOT_DATA
Definition
LuaFileSystem.h:12
Generated by
1.9.7