Skip to content

Instantly share code, notes, and snippets.

View RandomOutput's full-sized avatar

Daniel Plemmons RandomOutput

View GitHub Profile
@RandomOutput
RandomOutput / main.cpp
Last active December 17, 2015 04:38
A basic application that demonstrates using a StoredObject to save game data.
/*
* Sifteo StoredObject Exampe
* Details Here: https://developers.sifteo.com/docs/SifteoSDK/1.0.0/class_sifteo_1_1_stored_object.html#a42b814d79fdd03a479dc0ff4b0d47dba
*/
#include <sifteo.h>
#include "assets.gen.h"
using namespace Sifteo;
static const unsigned gNumCubes = 1;