apparently I shouldn't std::move on return, let's pray to the compiler
[laserbrain_demo] / src / post.h
1 #ifndef POST_H_
2 #define POST_H_
3
4 void slow_post(unsigned int sdr);
5
6 #endif  // POST_H_