mirror of
https://github.com/Team-Resurgent/halo.git
synced 2026-08-15 20:19:49 -07:00
24 lines
310 B
C
24 lines
310 B
C
/*
|
|
INTERFACE.H
|
|
|
|
header included in hcex build.
|
|
*/
|
|
|
|
#ifndef __INTERFACE_H
|
|
#define __INTERFACE_H
|
|
#pragma once
|
|
|
|
/* ---------- constants */
|
|
|
|
/* ---------- macros */
|
|
|
|
/* ---------- structures */
|
|
|
|
/* ---------- prototypes/EXAMPLE.C */
|
|
|
|
/* ---------- globals */
|
|
|
|
/* ---------- public code */
|
|
|
|
#endif // __INTERFACE_H
|