mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
16 lines
146 B
C++
16 lines
146 B
C++
#pragma once
|
|
|
|
#ifndef BITMAP256_H
|
|
#define BITMAP256_H
|
|
|
|
#include "export.h"
|
|
|
|
class Bitmap256
|
|
{
|
|
public:
|
|
};
|
|
|
|
void validate_Bitmap256(void);
|
|
|
|
#endif
|