[nostalgia] Remove nodiscards from Error and ValErr functions

This commit is contained in:
2020-10-15 23:58:49 -05:00
parent 75814a2896
commit d2eea8c2ec
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ namespace nostalgia::core {
using event_handler = int(*)(Context*);
[[nodiscard]] ox::Error init(Context *ctx);
ox::Error init(Context *ctx);
[[nodiscard]] ox::Error run(Context *ctx);
ox::Error run(Context *ctx);
// Sets event handler that sleeps for the time given in the return value. The
// sleep time is a minimum of ~16 milliseconds.