10 lines
158 B
C
10 lines
158 B
C
#define APE_PHI_BLITTER_H
|
|
#ifndef APE_PHI_BUFFER_H
|
|
|
|
#include <Commands.h>
|
|
#include <Protocol.h>
|
|
|
|
PhiStatus BlitImage(const PhiCmdBlitImage* command);
|
|
|
|
#endif
|