This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
frostbite/snowlib/GameRegion.h

10 lines
64 B
C
Raw Normal View History

2021-03-18 07:19:20 +13:00
#pragma once
enum class GameRegion
{
UNKNOWN,
PAL,
NTSC
};