Brunot
Loading...
Searching...
No Matches
HandBehavior.h
Go to the documentation of this file.
1// File: HandBehavior.h
2// Description:
3//
4// Author(s): Bryley Elder (bryley.elder@digipen.edu)
5// 2025 / 09 / 18
6// (C) Digipen 2025
7// ____ __ __ __
8// /\__ _\/\ \ /\ \/\ \
9// \/_/\ \/\ \ \___ __ \ \ \_\ \ ___ __ __ ____ __
10// \ \ \ \ \ _ `\ /'__`\ \ \ _ \ / __`\/\ \/\ \ /',__\ /'__`\
11// \ \ \ \ \ \ \ \/\ __/ \ \ \ \ \/\ \L\ \ \ \_\ \/\__, `\/\ __/
12// \ \_\ \ \_\ \_\ \____\ \ \_\ \_\ \____/\ \____/\/\____/\ \____\
13// \/_/ \/_/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/___/ \/____/
14#pragma once
15
16#include "Component/Behavior.h"
17
18class HandBehavior : public Behavior
19{
20};
Definition Behavior.h:19
Definition HandBehavior.h:19