11 lines
145 B
C++
11 lines
145 B
C++
#pragma once
|
|
#include "OXhyperbar.h"
|
|
|
|
class CCustomHyperbar :
|
|
public COXHyperBar
|
|
{
|
|
public:
|
|
|
|
void RenderBackground(CDC * pDC, RECT * pRect);
|
|
};
|