HTTPServer/_init.h
2024-12-03 11:59:45 -08:00

16 lines
145 B
C++

#ifndef ___init_h__
#define ___init_h__
namespace http {
class _init : ActionQueue {
public:
_init();
};
}
#endif