Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
ComputeDopplerEffectedFrequency
  • Loading branch information
Filip Gawin committed Jul 19, 2019
1 parent 2c647ef commit a04d8f24be355b69bbba88b50055f2b1420fc29f
@@ -24,6 +24,7 @@ workspace "re3"
includedirs { "src/control" } includedirs { "src/control" }
includedirs { "src/core" } includedirs { "src/core" }
includedirs { "src/entities" } includedirs { "src/entities" }
includedirs { "src/math" }
includedirs { "src/modelinfo" } includedirs { "src/modelinfo" }
includedirs { "src/objects" } includedirs { "src/objects" }
includedirs { "src/peds" } includedirs { "src/peds" }
@@ -1,6 +1,6 @@
#pragma once #pragma once


#include "math/Quaternion.h" #include "Quaternion.h"


// TODO: put them somewhere else? // TODO: put them somewhere else?
struct KeyFrame { struct KeyFrame {

0 comments on commit a04d8f2

Please sign in to comment.