galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Sink.cpp
Go to the documentation of this file.
1
7
8#include "Sink.hpp"
9
10namespace galaxy
11{
12 Sink::~Sink() noexcept
13 {
14 }
15} // namespace galaxy
virtual ~Sink() noexcept
Virtual destructor.
Definition Sink.cpp:12
Timer.hpp galaxy.
Definition Timer.cpp:18