Shirag 0.1.0
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace Shirag::Version {
4
5 int version();
6
7}
Definition version.hpp:3
int version()
Temp function for testing, might or might not get implementation later. Returns 0.
Definition version.cpp:4