radec/src/pQueue.h
2017-04-06 13:28:20 -04:00

9 lines
76 B
C++

#ifndef pQUEUE
#define pQUEUE
class pQueue {
//TODO
};
#endif // !pQUEUE