aboutsummaryrefslogtreecommitdiff
path: root/ArtistData.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-09 17:08:46 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-09 17:08:46 +0200
commit76950c6100371c28f82f2e130dcfdb7d7dac97df (patch)
tree477714a58f6c6aecc65e5044cf6b1df41d40943a /ArtistData.h
parent54831ea869e7e9da3e7b911f57de5949067c0bc5 (diff)
WIP boilerplate engineering
Diffstat (limited to 'ArtistData.h')
-rw-r--r--ArtistData.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ArtistData.h b/ArtistData.h
new file mode 100644
index 0000000..ddee528
--- /dev/null
+++ b/ArtistData.h
@@ -0,0 +1,9 @@
+#pragma once
+
+typedef struct {
+ float x;
+ float y;
+ float vx;
+ float vy;
+} ArtistData;
+