pixwhile/routes/users/common.h

10 lines
283 B
C
Raw Normal View History

2023-04-05 16:36:20 +00:00
#pragma once
#include "../../blankie/serializer.h"
struct User; // forward declaration from ../../pixivclient.h
struct Config; // forward declaration from ../../config.h
using Element = blankie::html::Element;
Element generate_user_header(const User& user, const Config& config);