mirror of
https://github.com/joel16/PSP-Everest.git
synced 2024-11-23 11:39:49 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
#pragma once
|
|
|
|
namespace SystemInfo {
|
|
char *GetFirmware(void);
|
|
char *GetVersionTxt(void);
|
|
}
|