Skip to content

Instantly share code, notes, and snippets.

@KucherenkoIhor
Created June 29, 2017 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KucherenkoIhor/7714b518fd23926f79e35fdbdac4cccf to your computer and use it in GitHub Desktop.
Save KucherenkoIhor/7714b518fd23926f79e35fdbdac4cccf to your computer and use it in GitHub Desktop.
typedef enum {
StoreType_Float,
StoreType_String,
StoreType_Integer,
StoreType_Object,
StoreType_Boolean,
StoreType_Short,
StoreType_Long,
StoreType_Double,
StoreType_Byte,
} StoreType;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment