hardkernel / ODROID-GO

134 stars 36 forks source link

Example application function definitions #5

Open s-hemer opened 6 years ago

s-hemer commented 6 years ago

The Tetris example does not build in Arduino as the self-defined functions as make_block() are defined after their calls. Rearranging fixes the issue. I really wonder as this is C++ standard to have the function signature always defined previous to their call, isn't it? Same for Flappy bird.