ECE2035 Project 2

Dependencies:   mbed mbed-rtos SDFileSystem

player_private.h

Committer:
kwengryn3
Date:
2021-04-20
Revision:
10:1994adcfc86f
Parent:
4:8e15742ebcc6

File content as of revision 10:1994adcfc86f:

//=================================================================
// The header file is for module "player"
//
// Copyright 2020 Georgia Tech.  All rights reserved.
// The materials provided by the instructor in this course are for
// the use of the students currently enrolled in the course.
// Copyrighted course materials may not be further disseminated.
// This file must not be made publicly available anywhere.
//==================================================================

#ifndef PLAYER_PRIVATE_H
#define PLAYER_PRIVATE_H

#include "mbed.h"
#include "globals.h"
#include "graphics.h"
#include "player_public.h"
#include "compost_pile_public.h"

//==== [private settings] ====
#define PLAYER_INIT_Y 0
#define PLAYER_HEIGHT 14
#define KNIFE_LENGTH 6


//==== [private type] ====


//==== [private function] ====


#endif //PLAYER_PRIVATE_H