|
/*
|
|
* Mr. 4th Dimention - Allen Webster
|
|
*
|
|
* 16.05.2015
|
|
*
|
|
* Fascilities available for development but not intended for shipping.
|
|
*
|
|
*/
|
|
|
|
// TOP
|
|
|
|
#if FRED_INTERNAL == 1
|
|
|
|
struct Sys_Bubble : public Bubble{
|
|
i32 line_number;
|
|
char *file_name;
|
|
};
|
|
|
|
#else
|
|
|
|
#endif
|
|
|
|
// BOTTOM
|
|
|