[Lapetus-cvs] lapetus vdp.h,1.4,1.5
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-03-03 02:59:42
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23391 Modified Files: vdp.h Log Message: -Moved some function prototypes to text.h Index: vdp.h =================================================================== RCS file: /cvsroot/lapetus/lapetus/vdp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- vdp.h 1 Mar 2007 23:18:53 -0000 1.4 +++ vdp.h 3 Mar 2007 02:59:38 -0000 1.5 @@ -889,10 +889,6 @@ int VdpSetPalette(int type, void *palette, int size); int VdpSetDefaultPalette(void); -// Text related -void VdpPrintText(int x, int y, int color, const char *text); -void VdpPrintf(int x, int y, int color, char *format, ...); - ////////////////////////////////////////////////////////////////////////////// #endif |