Skip to content

Instantly share code, notes, and snippets.

@zardoru
zardoru / gist:4687350
Last active December 12, 2015 00:58
notes exporter to osu for stepmania. yes this is my work with help of several people for getting the osu file format right.
#include "global.h"
#include "NoteTypes.h"
#include "NoteData.h"
#include "RageUtil.h"
#include "RageLog.h"
#include "RageFileManager.h"
#include "RageFile.h"
#include "NoteDataUtil.h"
#include "RageFile.h"
#include "Song.h"