summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 466d757..4005707 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -28,7 +28,8 @@
/**
- * \struct ApplicationPrivate Private data of CApplication class
+ * \struct ApplicationPrivate
+ * \brief Private data of CApplication class
*
* Contains SDL-specific variables that should not be visible outside application module.
*/
@@ -389,7 +390,7 @@ void CApplication::ParseEvent()
void CApplication::ProcessEvent(Event event)
{
-
+
}
bool CApplication::Render()