Skip to content

Instantly share code, notes, and snippets.

#EXTM3U
#EXTINF:0,TV Tokyo
http://203.162.235.41:19098/
@Zero3K
Zero3K / orgplay_win32.cc
Created November 17, 2019 02:56
Organya Player
#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. */