| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!-- HTML header for doxygen 1.8.10-->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-120676613-1"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'UA-120676613-1');
- </script>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen $doxygenversion"/>
- <!--BEGIN PROJECT_NAME--><title>bs::f docs - $title</title><!--END PROJECT_NAME-->
- <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
- <link rel="icon" type="image/png" href="$relpath^logo.png">
- <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
- <link href='https://fonts.googleapis.com/css?family=Lato:normal,bold|Cabin:normal,bold' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="$relpath^jquery.js"></script>
- <script type="text/javascript" src="$relpath^SemanticUI/semantic.js"></script>
- <script type="text/javascript" src="$relpath^dynsections.js"></script>
- <script type="text/javascript" src="$relpath^../../../version-select.js"></script>
- $treeview
- $search
- $mathjax
- <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
- $extrastylesheet
- <link href="$relpath^SemanticUI/semantic.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div class="everything">
- <div class="ui inverted vertical center aligned segment" id="menuSegment">
- <div class="ui container">
- <div class="ui inverted mainmenu menu">
- <a href="https://www.bsframework.io"><div class="item" id="logoItem"><img class="ui image" id="logo" src="$relpath^logoHeader.png"></div></a>
-
- <span class="version-select-box">Documentation version:
- <span class="version-select"></span>
- </span>
-
- <div class="right menu">
- <a class="borderless item" href="https://www.bsframework.io">Home</a>
- <a class="item" href="https://www.bsframework.io/download.html">Download</a>
- <a class="item" href="https://discourse.bsframework.io">Community</a>
- <a class="active item" href="http://docs.bsframework.io/latest/index.html">Documentation</a>
- <a class="item" href="https://github.com/gamefoundry/bsf"><i class="github icon"></i>GitHub</a>
- </div>
- </div>
- </div>
- </div>
-
- <div class="outdated">
- This documents an old version of bs::framework.
- <a href="http://docs.bsframework.io/latest/index.html">
- Click here to see the latest release.
- </a>
- </div>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <!-- end header part -->
|