mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
8 lines
93 B
C++
8 lines
93 B
C++
#include "LAME.h"
|
|
#include "LAMEString.h"
|
|
|
|
String getUserName()
|
|
{
|
|
return String("user");
|
|
}
|