OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
git_info.h
1#pragma once
2#include <ossia_export.h>
3
4#include <string>
5
6namespace ossia
7{
8OSSIA_EXPORT std::string get_commit_sha();
9OSSIA_EXPORT std::string get_commit_date();
10}
Definition git_info.h:7