Forgot to add a couple files

This commit is contained in:
Chris Danford
2001-11-04 19:51:21 +00:00
parent a40558031b
commit 342583b99f
3 changed files with 16 additions and 36 deletions
-17
View File
@@ -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
-19
View File
@@ -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
+16
View File
@@ -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)