Files
2024-03-11 00:54:46 +01:00

4 lines
74 B
JavaScript

module.exports = Orientation = {
PORTRAIT : false,
LANDSCAPE : true
};