Skip to content

Instantly share code, notes, and snippets.

View needhourger's full-sized avatar
🏳️‍⚧️
be alive

Yuuki needhourger

🏳️‍⚧️
be alive
View GitHub Profile
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <windows.h> // 各种位图数据结构
class Converter
{
public:
Converter() : pixels_(NULL), width_(0), height_(0) {}