Files

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