Virtual Testbed
Ship dynamics simulator for extreme conditions
JpegRenderer.hh
1 #ifndef VTESTBED_GUI_JPEGRENDERER_HH
2 #define VTESTBED_GUI_JPEGRENDERER_HH
3 
4 #include <vtestbed/gui/types.hh>
5 
6 namespace vtb {
7 
8  namespace gui {
9 
11  class JpegRenderer {
12 
13  private:
14  int _frameno = 0;
15 
16  public:
17 
18  void render(Vector2i windowSize);
19 
20  };
21 
22  }
23 
24 }
25 
26 #endif // vim:filetype=cpp
Main namespace.
Definition: convert.hh:9