diff options
| author | realtradam <[email protected]> | 2022-02-08 07:51:34 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-08 07:51:34 -0500 |
| commit | 42b452cabe2b7ae6651891616d4d13030c018492 (patch) | |
| tree | ea82f2cb1ab736e97479de44d72b637c43444fb0 /src/doc/frames.html | |
| parent | 864c710a510be8e318023e34565209f9a24a3ac7 (diff) | |
| download | mruby-raylib-42b452cabe2b7ae6651891616d4d13030c018492.tar.gz mruby-raylib-42b452cabe2b7ae6651891616d4d13030c018492.zip | |
reworking some texture stuff
Diffstat (limited to 'src/doc/frames.html')
| -rw-r--r-- | src/doc/frames.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/doc/frames.html b/src/doc/frames.html new file mode 100644 index 0000000..54704af --- /dev/null +++ b/src/doc/frames.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>Documentation by YARD 0.9.27</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> |
