• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #pragma once
2 
3 extern bool s_verbose;
4 extern bool s_fullscreen;
5 extern unsigned s_num_frames;
6 
7 void main_null();
8 void main_gbm();
9 void main_x11();
10 void main_wl();
11 
12