8 lines
129 B
C
8 lines
129 B
C
#include <gearlib.h>
|
|
|
|
int main() {
|
|
gr_state_init();
|
|
|
|
gr_log_add_file("log.txt");
|
|
gr_window_create(800, 600, "hi");
|
|
}
|