love-demo2/include/boids_scene.h
2026-03-16 00:22:52 -05:00

13 lines
252 B
C++

#pragma once
namespace boids_scene {
void update(int up, int down, int left, int right,
int w, int s, int a, int d,
int t, int g, int f, int h,
int i, int k, int j, int l);
void load();
void draw();
}