antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
647 stars 64 forks source link

update dependencies in README, use portable SDL type names #37

Closed bl0ckeduser closed 12 years ago

bl0ckeduser commented 12 years ago

I substituted Uint8 for uint8_t etc. because my old compiler doesn't know about uint8_t, but SDL always provides Uint8, so I guess this is more portable.

antirez commented 12 years ago

Thanks!