base
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// dibpal.h
|
||||
//
|
||||
|
||||
#ifndef DIBPAL_H
|
||||
#define DIBPAL_H
|
||||
|
||||
#pragma once
|
||||
|
||||
class CBmpPalette : public CPalette
|
||||
{
|
||||
public:
|
||||
CBmpPalette( CDIBitmap* pBmp );
|
||||
};
|
||||
|
||||
#endif // DIBPAL_H
|
||||
Reference in New Issue
Block a user