]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinDefs.h
First step at cleaning image loading.
[lugaru.git] / Source / WinDefs.h
index cbee4eafe73d07c44726226b8c689843061aa9dc..3ac74d54144266f59092e488972cc5d95200f53a 100644 (file)
@@ -52,10 +52,6 @@ typedef unsigned int UInt32;
 #include "Random.h"
 
 
-void CopyCStringToPascal( const char* src, unsigned char dst[256]);
-void CopyPascalStringToC( const unsigned char* src, char* dst);
-
-
 typedef struct AbsoluteTime {
     unsigned long   hi;
     unsigned long   lo;