mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Clarified some information in a couple of source file headers
This commit is contained in:
parent
8d5f837e97
commit
20d732f8ed
|
@ -4,7 +4,7 @@
|
|||
// ApplicationUpdater.cpp
|
||||
//
|
||||
// Checks for application updates.
|
||||
// In the future updates will also be downloaded, and installed on some platforms.
|
||||
// Used in conjunction with GuiApplicationUpdater.
|
||||
//
|
||||
|
||||
#include "ApplicationUpdater.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// ApplicationUpdater.h
|
||||
//
|
||||
// Checks for application updates.
|
||||
// In the future updates will also be downloaded, and installed on some platforms.
|
||||
// Used in conjunction with GuiApplicationUpdater.
|
||||
//
|
||||
|
||||
#ifndef ES_APP_APPLICATION_UPDATER_H
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
// GuiApplicationUpdater.cpp
|
||||
//
|
||||
// Installs application updates.
|
||||
// Used in conjunction with ApplicationUpdater.
|
||||
//
|
||||
|
||||
#include "GuiApplicationUpdater.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
// GuiApplicationUpdater.h
|
||||
//
|
||||
// Installs application updates.
|
||||
// Used in conjunction with ApplicationUpdater.
|
||||
//
|
||||
|
||||
#ifndef ES_APP_GUIS_GUI_APPLICATION_UPDATER_H
|
||||
|
|
Loading…
Reference in a new issue