Skip to content

Instantly share code, notes, and snippets.

View fucksophie's full-sized avatar
🤒
big gaming

sophie fucksophie

🤒
big gaming
View GitHub Profile
#include <cstdio>
#include <cmath>
#include <string>
#include "raylib.h"
#include "waterpool.hpp"
const int WIDTH = 160;
const int HEIGHT = 160;
using PoolType = Sapphire::WaterPool<WIDTH, HEIGHT>;