Rev 1134 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1134 | Rev 1143 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #pragma once |
1 | #pragma once |
2 | 2 | ||
3 | void __declspec(noreturn) mainloop(const volatile bool &Exit); |
3 | //void __declspec(noreturn) mainloop(const volatile bool &Exit); |
- | 4 | void mainloop(const volatile bool &Exit); // to be in accordance with newer, returnable mainloop() in mainloop.cpp |