Skip to content

Instantly share code, notes, and snippets.

View corn-snake's full-sized avatar
🌲

cornsnake corn-snake

🌲
  • Antarctica
View GitHub Profile
@corn-snake
corn-snake / balloontip.hpp
Last active April 22, 2019 19:43
C++ translation of wontocc/boppreh's balloontip.py
#ifndef BALLOONTIP_HPP
#define BALLOONTIP_HPP
#include <windows.h>
#include <time>
class WindowsBalloonTip {
WindowsBalloonType::WindowsBalloonTip(title, msg, notifid){
auto message_map = {
onDestroy(WM_DESTROY);