Changeset 198 in Main for trunk/Server
- Timestamp:
- Sep 29, 2024, 4:16:12 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/font.c
-
Property svn:keywords
set to
Id
r191 r198 1 1 /* $Id$ */ 2 2 3 #ifdef __PPU__ 3 4 unsigned char font[] = { 4 5 // 0x20 … … 285 286 286 287 // 0x7e ~ 287 0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000, 0b00000000}; 288 0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000}; 289 #endif -
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.