9dfba8c898
optimised rom loading updated about screen
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
|