Separated gamepad color into its own files

This commit is contained in:
MelonSpeedruns
2026-04-23 14:25:50 -04:00
parent c350b7b8ed
commit 4453316bb0
4 changed files with 116 additions and 100 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#ifndef GAMEPAD_COLOR_H
#define GAMEPAD_COLOR_H
void handleGamepadColor();
#endif