summaryrefslogtreecommitdiffhomepage
path: root/doc/frames.html
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-06-10 12:04:40 -0400
committerrealtradam <[email protected]>2021-06-10 12:04:40 -0400
commit61b6b4f8e524eb93e56e5dbe62f2387ed39970e9 (patch)
tree4963b5fd028634322b92f21dd399ca3da4a52959 /doc/frames.html
parent4301561e90eaa1ac61885e10d6f77f42a879f7e1 (diff)
downloadFelECS-61b6b4f8e524eb93e56e5dbe62f2387ed39970e9.tar.gz
FelECS-61b6b4f8e524eb93e56e5dbe62f2387ed39970e9.zip
proper implementation of entities and components + their documentation
Diffstat (limited to 'doc/frames.html')
-rw-r--r--doc/frames.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/frames.html b/doc/frames.html
new file mode 100644
index 0000000..1310783
--- /dev/null
+++ b/doc/frames.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Documentation by YARD 0.9.26</title>
+</head>
+<script type="text/javascript">
+ var match = unescape(window.location.hash).match(/^#!(.+)/);
+ var name = match ? match[1] : 'index.html';
+ name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
+ window.top.location = name;
+</script>
+<noscript>
+ <h1>Oops!</h1>
+ <h2>YARD requires JavaScript!</h2>
+</noscript>
+</html>