mirror of
https://github.com/Team-Resurgent/halo.git
synced 2026-04-30 10:48:22 -07:00
24 lines
318 B
C
24 lines
318 B
C
/*
|
|
DRAW_STRING.H
|
|
|
|
header included in hcex build.
|
|
*/
|
|
|
|
#ifndef __DRAW_STRING_H
|
|
#define __DRAW_STRING_H
|
|
#pragma once
|
|
|
|
/* ---------- constants */
|
|
|
|
/* ---------- macros */
|
|
|
|
/* ---------- structures */
|
|
|
|
/* ---------- prototypes/EXAMPLE.C */
|
|
|
|
/* ---------- globals */
|
|
|
|
/* ---------- public code */
|
|
|
|
#endif // __DRAW_STRING_H
|