Update README.md

This commit is contained in:
ozkl 2019-09-04 21:50:18 +03:00 committed by GitHub
parent 07522ee4c4
commit f14e4db334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ The purpose of doomgeneric is to make porting Doom easier.
Of course Doom is already portable but with doomgeneric it is possible with just a few functions. Of course Doom is already portable but with doomgeneric it is possible with just a few functions.
The limitation is there is no sound! The limitation is there is no sound!
To try it you will need a WAD file (game data). If you don't own the game, shareware version is freely available (doom1.wad).
# porting # porting
Create a file named doomgeneric_yourplatform.c and just implement these functions to suit your platform. Create a file named doomgeneric_yourplatform.c and just implement these functions to suit your platform.
* DG_Init * DG_Init