12 lines
223 B
C
12 lines
223 B
C
|
//
|
||
|
// 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
|