index
:
dragonruby-game-toolkit-contrib
master
Patch that allows changing the origin to the top left of the screen
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
samples
/
12_c_extensions
/
01_basics
/
app
/
ext.c
blob: a0879197d57a50d50ea8a7838e2771f826dc0210 (
plain
)
1
2
3
4
int square(int x) { return x * x; }