#include <iostream.h>
#include <iomanip.h>
#include <fstream.h>
#include <stdlib.h>
#include <unistd.h>
#include "player.h"
#include "myendian.h"
#include "audiodrv.h"
Include dependency graph for sidplay.cpp:
Go to the source code of this file.
Defines | |
#define | EXIT_ERROR_STATUS (-1) |
Enumerations | |
enum | { ERR_NOT_ENOUGH_MEMORY, ERR_SYNTAX, ERR_ENDIANESS } |
Functions | |
void | error (char *, char *) |
void | printtext (int messageNum) |
int | main (int argc, char *argv[]) |
Variables | |
bool | verboseOutput = false |
|
Definition at line 18 of file sidplay.cpp. |
|
Definition at line 22 of file sidplay.cpp. |
|
|
|
|
Referenced by InitMainL(), and main(). |
|
Definition at line 32 of file sidplay.cpp. Referenced by main(). |