-
Notifications
You must be signed in to change notification settings - Fork 0
E_BitfieldOrientations
Dragonite edited this page Dec 29, 2020
·
1 revision
This is an enum representing the possible orientations of an EmuBitfield element. As you can imagine, there only two of them are useful on a 2D screen.
enum E_BitfieldOrientations {
HORIZONTAL = 0,
VERTICAL = 1,
};