Home
last modified time | relevance | path

Searched refs:kRCX_SoundChunk (Results 1 – 5 of 5) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_SpyboticsLinker.cpp32 kRCX_SoundChunk,
H A DRCX_Image.cpp480 case kRCX_SoundChunk: in GetChunkTypeName()
501 case kRCX_SoundChunk: in IsCodeChunkType()
H A DRCX_Disasm.cpp781 case kRCX_SoundChunk : strcpy(typeName, "sound"); break; in LASMOutputHeader()
807 case kRCX_SoundChunk : strcpy(typeName, "ends"); break; in LASMOutputFooter()
935 if (fCurType == kRCX_SoundChunk) in Print1()
1124 return type == kRCX_SoundChunk || type == kRCX_AnimationChunk; in ResourceType()
H A DRCX_Constants.h260 kRCX_SoundChunk, enumerator
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DProgram.cpp137 if (type < kRCX_SoundChunk || type >= kRCX_ChunkTypeCount) in AddResource()