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