#include "stdafx.h"#include "sndfile.h"Include dependency graph for load_psm.cpp:

Go to the source code of this file.
Defines | |
| #define | PSM_ID_NEW 0x204d5350 |
| #define | PSM_ID_OLD 0xfe4d5350 |
| #define | IFFID_FILE 0x454c4946 |
| #define | IFFID_TITL 0x4c544954 |
| #define | IFFID_SDFT 0x54464453 |
| #define | IFFID_PBOD 0x444f4250 |
| #define | IFFID_SONG 0x474e4f53 |
| #define | IFFID_PATT 0x54544150 |
| #define | IFFID_DSMP 0x504d5344 |
| #define | IFFID_OPLH 0x484c504f |
Typedefs | |
| typedef _PSMCHUNK | PSMCHUNK |
| typedef _PSMSONGHDR | PSMSONGHDR |
| typedef _PSMPATTERN | PSMPATTERN |
| typedef _PSMSAMPLE | PSMSAMPLE |
|
|
Definition at line 29 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 23 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 30 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 28 of file load_psm.cpp. |
|
|
Definition at line 26 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 25 of file load_psm.cpp. |
|
|
Definition at line 27 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 24 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 21 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
Definition at line 22 of file load_psm.cpp. Referenced by CSoundFile::ReadPSM(). |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2