aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/gpu_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu_unai/gpu_command.h')
-rw-r--r--plugins/gpu_unai/gpu_command.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gpu_unai/gpu_command.h b/plugins/gpu_unai/gpu_command.h
index 7096b75..c39c81b 100644
--- a/plugins/gpu_unai/gpu_command.h
+++ b/plugins/gpu_unai/gpu_command.h
@@ -19,6 +19,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. *
***************************************************************************/
+#ifndef __GPU_UNAI_GPU_COMMAND_H__
+#define __GPU_UNAI_GPU_COMMAND_H__
+
///////////////////////////////////////////////////////////////////////////////
void gpuSetTexture(u16 tpage)
{
@@ -614,3 +617,5 @@ void gpuSendPacketFunction(const int PRIM)
///////////////////////////////////////////////////////////////////////////////
// End of code specific to non-gpulib standalone version of gpu_unai
///////////////////////////////////////////////////////////////////////////////
+
+#endif /* __GPU_UNAI_GPU_COMMAND_H__ */