4coder/4ed_internal.h

25 lines
306 B
C
Raw Normal View History

2015-09-28 23:34:55 +00:00
/*
* Mr. 4th Dimention - Allen Webster
*
* 16.05.2015
*
* Fascilities available for development but not intended for shipping.
*
*/
2015-11-14 04:42:06 +00:00
// TOP
2015-09-28 23:34:55 +00:00
#if FRED_INTERNAL == 1
2015-11-14 04:42:06 +00:00
struct Sys_Bubble : public Bubble{
i32 line_number;
char *file_name;
};
#else
#endif
// BOTTOM