mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
8 lines
93 B
C++
8 lines
93 B
C++
#include "LAME.h"
|
|
#include "LAMEString.h"
|
|
|
|
String getUserName()
|
|
{
|
|
return String("user");
|
|
}
|