summaryrefslogtreecommitdiffstats
path: root/src/include/video/recognizer.h
blob: 988c73f36dbc7519bdc40ba802cb90aeb40b943f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RECOGNIZER_H
#define RECOGNIZER_H

#include "Nebu_base.h"

extern void resetRecognizer(void);
extern void doRecognizerMovement(void);
extern void drawRecognizer(void);
extern void drawRecognizerShadow(void);
extern void getRecognizerPositionVelocity(vec2 *p, vec2 *v);

#endif