Ryujinx-GtkSharp/gtk/Viewport.custom

7 lines
186 B
Plaintext
Raw Normal View History

// Customizations for Viewport.
// Author: Lee Mallabone <gnome@fonicmonkey.net>
// Make a default constructor that wraps typical usage.
public Viewport (): this (null, null) {
}