Forgot to add a couple files
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#include "stdafx.h"
|
||||
//-----------------------------------------------------------------------------
|
||||
// File: Judgement.h
|
||||
//
|
||||
// Desc: Feedback about the last step that appears in the middle of a player's stream of arrows.
|
||||
//
|
||||
// Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "RageUtil.h"
|
||||
|
||||
#include "Judgement.h"
|
||||
|
||||
|
||||
#define CENTER_X 320
|
||||
#define CENTER_Y 240
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// File: Judgement.h
|
||||
//
|
||||
// Desc: Feedback about the last step that appears in the middle of a player's stream of arrows.
|
||||
//
|
||||
// Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef _JUDGEMENT_H_
|
||||
#define _JUDGEMENT_H_
|
||||
|
||||
|
||||
#include "Sprite.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
File: ScreenDimensions.h
|
||||
|
||||
Desc:
|
||||
|
||||
Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
#define SCREEN_WIDTH (640)
|
||||
#define SCREEN_HEIGHT (480)
|
||||
#define CENTER_X (SCREEN_WIDTH/2)
|
||||
#define CENTER_Y (SCREEN_HEIGHT/2)
|
||||
|
||||
Reference in New Issue
Block a user