Library to control the Tetris game area

Dependents:   Tetris_Game

Tetris.h

Committer:
el14ja
Date:
2016-03-27
Revision:
0:5cfe6c525e0a
Child:
1:32aa5cd552cd

File content as of revision 0:5cfe6c525e0a:

/*Tetris

Library which contains the functions for the game tetris to run on a Nokia N5110 screen

V 1.0 - initial release

Joseph Allison March 2016

#ifndef TMP102_H
#define TMP102_H

*/

#ifndef Tetris_H //header guards to stop the library from being included more than once
#define Tetris_H

#include "mbed.h"

class Tetris{
    
    public: 
    
    private:
    
    public:
    
    private:
    
    }

#endif