mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Moved the appveyor script to a subfolder and updated it to properly choose Visual Studio 2012 and to create a post-build zip file.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace lullaby
|
||||
// Struct for handling data
|
||||
struct SOggFile
|
||||
{
|
||||
char *dataPtr; // Pointer to the data in memory
|
||||
const char *dataPtr; // Pointer to the data in memory
|
||||
int dataSize; // Size of the data
|
||||
int dataRead; // How much we've read so far
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user