예제 #1
0
 private static extern void Internal_startUp0(ref VideoMode videoMode, string title, bool fullscreen);
예제 #2
0
 public static void StartUp(VideoMode videoMode, string title, bool fullscreen)
 {
     Internal_startUp0(ref videoMode, title, fullscreen);
 }