| author | ecalot
<ecalot> 2004-06-30 05:13:09 UTC |
| committer | ecalot
<ecalot> 2004-06-30 05:13:09 UTC |
| parent | c457eaab0007b72e7056061d6bf6fdfb80407f78 |
| FP/src/out/output.c | +5 | -5 |
diff --git a/FP/src/out/output.c b/FP/src/out/output.c index 6e57136..f5004e2 100644 --- a/FP/src/out/output.c +++ b/FP/src/out/output.c @@ -19,8 +19,8 @@ */ /* -resources.c: Free Prince : Output Devices Handler -\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf +output.c: Free Prince : Output Devices Handler +\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf Description: Platform and device independent functions for handling output @@ -29,15 +29,15 @@ resources.c: Free Prince : Output Devices Handler Copyright 2004 Princed Development Team Created: 23 Mar 2004 - Author: vhgh <fhdht.cod@princed.com.ar> + Author: Ricardo Markiewicz <rmarkie.cod@princed.com.ar> Note: DO NOT remove this copyright notice */ -#include <stdlib.h> /* malloc */ +#include <stdlib.h> /* malloc */ #include "resources.h" /* tMemory structure */ -#include "output.h" /* tMemory structure */ +#include "output.h" /* Text Primitives*/ void outputDrawText(const char* text, int x, int y) {}