index
:
gamecoder
master
A new alternative to Game Maker
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sprite.h
blob: e901c9a1fb1d2ae3cec67d49a46ac2a2e3fa3d56 (
plain
)
1
2
3
4
5
6
#pragma once
struct
Sprite
{
const
unsigned
char
*
image
;
unsigned
int
image_len
;
};