fix: player_body include in player detector is in impl file

This commit is contained in:
Sara Gerretsen 2026-01-30 22:56:03 +01:00
parent 55f254d4ec
commit c071194d03
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#include "player_detector.h"
#include "player_body.h"
#include "sound_event_patchboard.h"
String PlayerDetector::sig_awareness_changed{ "awareness_changed" };