mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-16 04:40:08 +01:00
Cleanup source tree
Move all C++ source files in the src subfolder. Adapted the cmake process accordingly and cleanup.
This commit is contained in:
23
src/Overlay.cpp
Normal file
23
src/Overlay.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "Overlay.h"
|
||||
|
||||
Overlay::Overlay()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
SnapshotOverlay::SnapshotOverlay() : Overlay()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void SnapshotOverlay::draw()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void SnapshotOverlay::update (float dt)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user