mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
10 lines
130 B
C++
10 lines
130 B
C++
#include "about_controller.h"
|
|
|
|
namespace Settings {
|
|
|
|
View * AboutController::view() {
|
|
return GenericSubController::view();
|
|
}
|
|
|
|
}
|