File: FIXPAL.H | Size: 189 bytes | Download file | Back to directory listing | BWPOW's homepage
#include <dir.h>
#include <stdio.h>
#include <crt0.h>
#include <string.h>
 
#include "allegro.h"
 
void fixpal(int, char *[]);
void editpal(int, char *[]);
void write_syntax_fix();