#include <stdlib.h>
#include <stdio.h>
#include "common/common_utils.h"
#include "string/wtstring.h"
#include "wolf/wolfcore_decoder.h"
#include "console/console.h"
#include "filesys/file.h"
#include "image/hq2x.h"
#include <ctype.h>
#include <getopt.h>

Functions | |
| PRIVATE wtBoolean | ParseCommandLine (int argc, char *const *argv) |
| Parse the command line. | |
| PRIVATE void | displayVersionMsg (void) |
| Display application version information. | |
| PUBLIC int | main (int argc, char *argv[]) |
| Interface to Wolfenstein data decoder. | |
Variables | |
| wtBoolean | _force = false |
| W32 | _filterScale = 2 |
| wtBoolean | _doRedux = true |
| wtBoolean | _outputInDirectory = false |
| wtBoolean | _saveAudioAsWav = false |
| W32 | _gameVersion = 0 |
| const char * | APPLICATION_STRING |
| const char * | VERSION_STRING |
| PUBLIC int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Interface to Wolfenstein data decoder.
| [in] | argc | Size of argv. |
| [in] | argv | Holds command line arguments |

| PRIVATE wtBoolean ParseCommandLine | ( | int | argc, | |
| char *const * | argv | |||
| ) |
Parse the command line.
| [in] | argc | Number of arguments. |
| [in] | argv | Arguments. |

