Berusky 2 (Bugs Escape 3D) is a game that challenges your visual/spatial thinking and ability to find a way to resolve a logic task. Using five bugs, you'll go through an adventure full of various puzzles spread across nine episodes. Individual episodes differ in appearance and difficulty, which increases throughout the game.
sorry I forgot to forward this compiler warning from gcc 4.8.
Implicit declaration adas/ogg_stream.c:548
"Implicit declaration means a function is used without being declared, which means C knows nothing about the number of arguments, types of arguments or type of the return value.
This is dangerous as it might hide issues the compiler could otherwise warn about or cause bad code."
Hello,
sorry I forgot to forward this compiler warning from gcc 4.8.
Implicit declaration adas/ogg_stream.c:548
"Implicit declaration means a function is used without being declared, which means C knows nothing about the number of arguments, types of arguments or type of the return value.
This is dangerous as it might hide issues the compiler could otherwise warn about or cause bad code."