mirror of
https://github.com/jeremysrand/apple2048.git
synced 2025-04-20 02:39:49 +00:00
13 lines
229 B
C
13 lines
229 B
C
/*
|
|
* File: textpage.h
|
|
* Author: Jeremy Rand
|
|
* Date: July 23, 2014
|
|
*
|
|
* This file is a header file for the assembly routines in textpage.s.
|
|
*/
|
|
|
|
|
|
void switchToPage2(void);
|
|
void switchToPage1(void);
|
|
void gsSwitchToPage2(void);
|