You've already forked sceWork
mirror of
https://github.com/lifebottle/sceWork.git
synced 2026-02-13 15:16:05 -08:00
9 lines
115 B
C#
9 lines
115 B
C#
namespace StreamFAdd
|
|
{
|
|
public enum ByteEncoding
|
|
{
|
|
Little,
|
|
Big,
|
|
Selected,
|
|
}
|
|
} |