mirror of
https://github.com/Team-Resurgent/halo.git
synced 2026-04-30 10:48:22 -07:00
24 lines
308 B
C
24 lines
308 B
C
/*
|
|
OBJECTS.H
|
|
|
|
file has inline function assertions.
|
|
*/
|
|
|
|
#ifndef __OBJECTS_H
|
|
#define __OBJECTS_H
|
|
#pragma once
|
|
|
|
/* ---------- constants */
|
|
|
|
/* ---------- macros */
|
|
|
|
/* ---------- structures */
|
|
|
|
/* ---------- prototypes/EXAMPLE.C */
|
|
|
|
/* ---------- globals */
|
|
|
|
/* ---------- public code */
|
|
|
|
#endif // __OBJECTS_H
|