altra64/inc/version.h
Robin Jones 9dfba8c898 Added version header and code
optimised rom loading
updated about screen
2017-10-11 20:05:39 +01:00

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