DebugView.cpp
Go to the documentation of this file.
1 #include "DebugView.hpp"
2 
3 #include "../Instancing/ClientMarker.hpp"
4 
5 namespace iv
6 {
7 
9  _context( context )
10 {
11 }
12 
14 {
15  return this->_context;
16 }
17 
18 }