mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
7 lines
74 B
C++
7 lines
74 B
C++
#pragma once
|
|
|
|
namespace qs::launch {
|
|
|
|
int main(int argc, char** argv);
|
|
|
|
}
|