mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
13 lines
210 B
C
13 lines
210 B
C
#ifndef __ASMDMA_H
|
|
#define __ASMDMA_H
|
|
|
|
extern uint32 FogPalette[256];
|
|
extern uint FogDma;
|
|
|
|
extern uint BillboardDma;
|
|
extern uint BillboardContext;
|
|
extern uint BillboardMats;
|
|
|
|
#endif //__ASMDMA_H
|
|
|