Super Derpy: Muffin Attack
 All Classes Files Functions Variables Enumerations Macros
Functions
callbacks.h File Reference

Headers with Obstacle callbacks for Level. More...

#include "../main.h"

Go to the source code of this file.

Functions

void Obst_MoveUpDown (struct Game *game, struct Obstacle *obstacle)
 Move up or down until reaching the edge of the screen. After that - change direction.
void Obst_MoveUp (struct Game *game, struct Obstacle *obstacle)
 Move up at constant speed.
void Obst_MoveSin (struct Game *game, struct Obstacle *obstacle)
 Move in sinusoidal way in Y-axis relative to position at beginning.
void Obst_RotateSin (struct Game *game, struct Obstacle *obstacle)
 Rotate in sinusoidal way.

Detailed Description

Headers with Obstacle callbacks for Level.