From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- active_8h_source.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'active_8h_source.html') diff --git a/active_8h_source.html b/active_8h_source.html index 76a9a907..505d13b2 100644 --- a/active_8h_source.html +++ b/active_8h_source.html @@ -30,7 +30,7 @@
YAGE -  v0.3.1 +  v0.1.3
Yet Another Game Engine
@@ -108,14 +108,7 @@ $(document).ready(function(){initNavTree('active_8h_source.html','');});
active.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
-
2  * active.h
-
3  *
-
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
-
5  * MIT License, see LICENSE file for more details.
-
6  * ----------------------------------------------------------------------------
-
7  */
-
8 
+Go to the documentation of this file.
1 
9 #ifndef YAGE_UTIL_ACTIVE_H
10 #define YAGE_UTIL_ACTIVE_H
11 
@@ -164,7 +157,7 @@ $(document).ready(function(){initNavTree('active_8h_source.html','');});
std::thread thread_
Definition: active.h:41
static std::unique_ptr< Active > create()
Definition: active.cpp:22
bool running_
Definition: active.h:39
- +
SyncQueue< Callback > queue_
Definition: active.h:40
@@ -173,7 +166,7 @@ $(document).ready(function(){initNavTree('active_8h_source.html','');});