Merge remote-tracking branch 'origin/master' into Sound
# Conflicts: # assets
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef Events_DoubleJump_h__
|
||||
#define Events_DoubleJump_h__
|
||||
|
||||
#include "Core/Event.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct DoubleJump : public Event
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "Core/EPlayerSpawned.h"
|
||||
#include "Input/FirstPersonInputController.h"
|
||||
#include <imgui/imgui.h>
|
||||
#include "Events/EDoubleJump.h"
|
||||
|
||||
class PlayerMovementSystem : public ImpureSystem, PureSystem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user