Embedded nogame screen into binary and exposed version info.

This commit is contained in:
rude
2009-08-15 12:48:32 +02:00
parent 576a5b0903
commit 579f9c75db
18 changed files with 1498 additions and 101 deletions
+4 -1
View File
@@ -22,6 +22,8 @@
#include <common/Exception.h>
#include <iostream>
namespace love
{
namespace sound
@@ -116,7 +118,8 @@ namespace lullaby
bool Mpg123Decoder::rewind()
{
mpg123_seek(handle, SEEK_SET, 0);
if(mpg123_seek(handle, SEEK_SET, 0) < 0)
return false;
return true;
}