1
0
mirror of https://github.com/parasyte/alt64 synced 2024-10-31 15:25:04 -04:00
alt64/inc/version.h
2021-09-23 19:52:42 -04:00

12 lines
223 B
C
Executable File

//
// Copyright (c) 2017 The Altra64 project contributors
// See LICENSE file in the project root for full license information.
//
#ifndef _VERSION_H
#define _VERSION_H
const char* Altra64_GetVersionString(void);
#endif