9 lines
76 B
C++
9 lines
76 B
C++
#ifndef pQUEUE
|
|
#define pQUEUE
|
|
|
|
class pQueue {
|
|
//TODO
|
|
};
|
|
|
|
#endif // !pQUEUE
|