#ifndef RALEIGH_RUNTIME_H #define RALEIGH_RUNTIME_H #include #include namespace raleigh { void start_runtime() __attribute__ ((noreturn)); extern dllist open_windows; extern dllist to_be_deleted; } #endif