diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-05 16:59:32 +1000 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-05 16:59:32 +1000 |
| commit | 411f7acb1f92db88d2a3c92bb40da2133852b40e (patch) | |
| tree | a37377abea35bb01e6e1074e15e4c1b50f66ccf1 /src/submissions.hh | |
| parent | 6cae1c14ebdd9d026134212ed8561fb845a11ff6 (diff) | |
Nuke old implementation, silence warnings
Diffstat (limited to 'src/submissions.hh')
| -rw-r--r-- | src/submissions.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/submissions.hh b/src/submissions.hh new file mode 100644 index 0000000..41c963f --- /dev/null +++ b/src/submissions.hh @@ -0,0 +1,12 @@ +#ifndef SUBMISSIONS_HH_ +#define SUBMISSIONS_HH_ + +// + +class Submissions { + + + +}; + +#endif
\ No newline at end of file |
