omi-eikyo/src/i_ui.h

13 lines
284 B
C
Raw Permalink Normal View History

2017-09-26 13:58:44 -07:00
// Copyright © 2017 Project Golan, all rights reserved.
2017-10-04 17:14:46 -07:00
// See COPYING for more information.
2017-09-26 13:58:44 -07:00
#ifndef i_ui_h
#define i_ui_h
#define I_lineHash (M_fileHash + __LINE__)
// Types ---------------------------------------------------------------------|
typedef unsigned I_objid;
#endif