| 1292 | } |
| 1293 | |
| 1294 | void* fxProjectChunk(txMachine* the, void* address) |
| 1295 | { |
| 1296 | if (address) { |
| 1297 | txChunk* chunk = (txChunk*)(((txByte*)(address)) - sizeof(txChunk)); |
| 1298 | return chunk->temporary; |
| 1299 | } |
| 1300 | return C_NULL; |
| 1301 | } |
| 1302 | |
| 1303 | txSlot* fxProjectSlot(txMachine* the, txProjection* firstProjection, txSlot* slot) |
| 1304 | { |