MTToolBox  0.2.10
version.h
[詳解]
1 #pragma once
2 #ifndef MTTOOLBOX_VERSION_H
3 #define MTTOOLBOX_VERSION_H
4 
5 namespace MTToolBox {
10  const char * get_mttoolbox_version();
11 }
12 
13 #endif // MTTOOLBOX_VERSION_H
const char * get_mttoolbox_version()
returns library version
MTToolBox の名前空間