mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 07:59:39 +00:00
Fix prboom datafiles
This commit is contained in:
parent
4e018b20a3
commit
c531078eea
@ -3,8 +3,6 @@
|
||||
|
||||
// Convert portable pixmap to Doom patch format
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -3,8 +3,6 @@
|
||||
|
||||
// Main program, parse command line arguments
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -3,8 +3,6 @@
|
||||
|
||||
// Convert WAVE files to Doom sound format
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -3,8 +3,6 @@
|
||||
|
||||
// Useful utility functions
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user