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
2021-03-17 18:19:20 +00:00

10 lines
64 B
C

#pragma once
enum class GameRegion
{
UNKNOWN,
PAL,
NTSC
};