My ELEC2645 joystick project Tetris Game NAME: JIANWEI CHEN SID: 200879849

Dependencies:   N5110 SDFileSystem mbed

Patterns.h

Committer:
cjw851102
Date:
2016-04-17
Revision:
0:12a1972fa0d0
Child:
4:463abe5f5135

File content as of revision 0:12a1972fa0d0:

#ifndef PATTERNS_H
#define PATTERNS_H
class Patterns
{
public:

    int getPatterns(int type, int rotation, int y, int x);

private:

};

#endif