    Usage
    --------

    Inherits From "App" Class

        Public Methods:
        ---------------
            RenderWindow-(width, height) // Definition: Renders A Window In The Screen
            
            SetTitle(string) // Definition: Sets The Title
            
            SetAssetFolder() // Definition: Sets Your Default Folder
        
            Update() // Definition: Updates The Game
        
            FPS(value) // Definition: Sets Target FPS To The Value
        
            Fill(color) // Definition: Sets RGB Value To The Background Color
        
            SetIcon(path) // Definition: Sets Icon To Your Game Window
        
            quit() // Definition: Quits The Game, Kills Every Process

    Inherits From "Event" Class

        Public Methods:
        ---------------
            close // check if the window closes, if yes then returns true



	