include
morphio
version.h
1
#pragma once
2
3
#include <string>
4
5
namespace
morphio
{
6
7
std::string getVersionString();
8
int
getMajor();
9
int
getMinor();
10
int
getPatch();
11
12
}
// namespace morphio
morphio
Definition:
endoplasmic_reticulum.h:5