commit ce3bdb78563405211e52306aedda573d3e5ee2e1
parent 7df5b8a37248a99adb3b656a9bcad647c9f21cd9
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Thu, 23 Feb 2012 16:47:56 +0100
refactored character structure ansiChar to pcbChar
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansilove/ansilove.h b/ansilove/ansilove.h
@@ -46,8 +46,8 @@ void alXbinLoader(char *input, char output[], char bits[]);
// helper functions
char *str_replace(const char *string, const char *substr, const char *replacement);
-// character parsing
-struct ansiChar {
+// character structures
+struct pcbChar {
int32_t position_x;
int32_t position_y;
int32_t color_background;