| 117 } |
117 } |
| 118 #ifdef TEST_BUILD |
118 #ifdef TEST_BUILD |
| 119 asc_set_font_path("../../fonts"); |
119 asc_set_font_path("../../fonts"); |
| 120 asc_set_shader_path("../../shader"); |
120 asc_set_shader_path("../../shader"); |
| 121 asc_set_texture_path("../../test/snake/textures"); |
121 asc_set_texture_path("../../test/snake/textures"); |
| 122 #else |
|
| 123 #warning "Live build not yet supported" |
|
| 124 #endif |
122 #endif |
| 125 |
123 |
| 126 // create window |
124 // create window |
| 127 AscWindowSettings settings; |
125 AscWindowSettings settings; |
| 128 asc_window_settings_init_defaults(&settings); |
126 asc_window_settings_init_defaults(&settings); |