#ifndef __EALG_APP_CALLBACKS_H__
#define __EALG_APP_CALLBACKS_H__

void rendering(void);
void accelerating(float x, float y, float z);

#endif // __EAGL_APP_CALLBACKS_H__