mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 09:03:42 +00:00
72 lines
3.6 KiB
JavaScript
72 lines
3.6 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "VEGO-Engine", "index.html", [
|
|
[ "Welcome to the VEGO library documentation", "index.html", null ],
|
|
[ "Configuring the game", "md_docs_2md-pages_2config.html", null ],
|
|
[ "Entities and Components", "md_docs_2md-pages_2entitiesAndComponents.html", [
|
|
[ "Entities", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md3", null ],
|
|
[ "Components", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md4", [
|
|
[ "Collider Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md6", null ],
|
|
[ "Data Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md8", null ],
|
|
[ "Interaction Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md10", null ],
|
|
[ "Pickup Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md12", null ],
|
|
[ "Transform Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md14", null ],
|
|
[ "Sprite Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md16", null ],
|
|
[ "Stat Effects Component", "md_docs_2md-pages_2entitiesAndComponents.html#autotoc_md18", null ]
|
|
] ]
|
|
] ],
|
|
[ "Interactions", "md_docs_2md-pages_2eventhandling.html", null ],
|
|
[ "Input Management", "md_docs_2md-pages_2inputhandling.html", null ],
|
|
[ "Quickstart guide for setting up the library", "md_docs_2md-pages_2quickstart.html", [
|
|
[ "Installations and tools", "md_docs_2md-pages_2quickstart.html#autotoc_md23", null ]
|
|
] ],
|
|
[ "Building a map using Tiled and tmx and loading it", "md_docs_2md-pages_2tilemaps.html", null ],
|
|
[ "Todo List", "todo.html", null ],
|
|
[ "Deprecated List", "deprecated.html", null ],
|
|
[ "Classes", "annotated.html", [
|
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
|
[ "Class Index", "classes.html", null ],
|
|
[ "Class Members", "functions.html", [
|
|
[ "All", "functions.html", null ],
|
|
[ "Functions", "functions_func.html", null ],
|
|
[ "Variables", "functions_vars.html", null ],
|
|
[ "Enumerations", "functions_enum.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ]
|
|
] ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"AnimationHandler_8h_source.html"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronization';
|
|
var SYNCOFFMSG = 'click to enable panel synchronization'; |