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