aboutsummaryrefslogtreecommitdiffstats
path: root/physics_8hpp_source.html
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-29 10:00:20 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-07-29 10:00:20 +0100
commit3d96965ecd28b9037a83c4b22f65fcf502dce336 (patch)
tree46530a0a38fe558b324edeb8bc88ded9ac7bc881 /physics_8hpp_source.html
parente7770985a2be00cc22c3cd1302afb1fcc16bf94b (diff)
downloadYAGE-3d96965ecd28b9037a83c4b22f65fcf502dce336.tar.gz
YAGE-3d96965ecd28b9037a83c4b22f65fcf502dce336.zip
Updating docs
Diffstat (limited to 'physics_8hpp_source.html')
-rw-r--r--physics_8hpp_source.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/physics_8hpp_source.html b/physics_8hpp_source.html
index f2a3d8f4..410cb8e0 100644
--- a/physics_8hpp_source.html
+++ b/physics_8hpp_source.html
@@ -22,6 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">YAGE
+ &#160;<span id="projectnumber">0.02</span>
</div>
<div id="projectbrief">Yet Another Game Engine</div>
</td>
@@ -70,7 +71,7 @@ $(function() {
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/* ----------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * physics.hpp</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Copyright (c) 2017 Yann Herklotz Grave &lt;ymherklotz@gmail.com&gt; -- MIT License</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * See file LICENSE for more details</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * ----------------------------------------------------------------------------</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#ifndef YAGE_PHYSICS_HPP</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#define YAGE_PHYSICS_HPP</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;body.hpp&quot;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &quot;collider.hpp&quot;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &quot;collisionbody.hpp&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &quot;particlebody.hpp&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &quot;rectanglecollider.hpp&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &quot;rigidbody.hpp&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#endif</span></div></div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
-Generated by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Jul 29 2017 10:00:18 for YAGE by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>