mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 10:19:18 +01:00
9e1e06c64b
Reworks the API a fair bit and adds documentation to almost everything.
8 lines
97 B
C++
8 lines
97 B
C++
#include "service.h"
|
|
|
|
namespace lightSwitch::kernel::service {
|
|
Service::Service() {
|
|
|
|
}
|
|
}
|