This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:0,TV Tokyo | |
http://203.162.235.41:19098/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdio> | |
#include <cstring> | |
#include <cstdlib> | |
#include <vector> | |
#include <cmath> | |
#include <map> | |
/* SIMPLE CAVE STORY MUSIC PLAYER (Organya) */ | |
/* Written by Joel Yliluoma -- http://iki.fi/bisqwit/ */ | |
/* NX-Engine source code was used as reference. */ |