Fix prboom datafiles

This commit is contained in:
twinaphex 2015-08-27 07:36:16 +02:00
parent 4e018b20a3
commit c531078eea
6 changed files with 0 additions and 12 deletions

View File

@ -3,8 +3,6 @@
// Convert portable pixmap to Doom patch format
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -3,8 +3,6 @@
// Main program, parse command line arguments
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -3,8 +3,6 @@
// Output wad construction - add lump data, build wad directory
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -3,8 +3,6 @@
// Chained hash lookup to convert rgb triples to palette indices
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -3,8 +3,6 @@
// Convert WAVE files to Doom sound format
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -3,8 +3,6 @@
// Useful utility functions
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>