Update Frontend.

This commit is contained in:
_AG
2019-07-03 17:26:15 +02:00
parent 936a8e8351
commit 69b5c9f1e0
24 changed files with 1444 additions and 194 deletions

View File

@ -1,5 +1,12 @@
#pragma once
enum eAspectRatio
{
AR_AUTO,
AR_4_3,
AR_16_9,
};
class CDraw
{
private: