avp/src/win95/aw.h
Steven Fuller d89eb0014e First wave of changes:
Removed inclusion of Windows header files and remove some Windows-specific
declarations.
2019-08-20 02:22:36 +02:00

7 lines
No EOL
159 B
C

#ifndef _INCLUDED_AW_H_
#define _INCLUDED_AW_H_
struct AwBackupTexture;
typedef struct AwBackupTexture * AW_BACKUPTEXTUREHANDLE;
#endif /* _INCLUDED_AW_H_ */