9 lines
142 B
C
9 lines
142 B
C
#pragma once
|
|
|
|
struct InstalledProgram {
|
|
void do_stuff();
|
|
void do_some_other_stuff();
|
|
void lol();
|
|
void omagelol();
|
|
void sheeesh();
|
|
}; |