2025-11-27 16:46:48 +09:00

11 lines
145 B
C++

#pragma once
#include "OXhyperbar.h"
class CCustomHyperbar :
public COXHyperBar
{
public:
void RenderBackground(CDC * pDC, RECT * pRect);
};