ocarina: Begin to set up for playlist code

I'm going to re-implement my old SongList class as a PlaylistRenderer,
so for now I create a new directory and a new header file.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-03-18 19:55:04 -04:00
parent 6d709e3a18
commit 59789ebc85
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef OCARINA_PLAYLIST_H
#define OCARINA_PLAYLIST_H
#endif /* OCARINA_PLAYLIST_H */

View File

@ -0,0 +1,2 @@
// Copyright (c) 2012 Bryan Schumaker
#include <ocarina/playlist.h>