Skip to content

Commit

Permalink
fix: Correct includes
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMJ committed Feb 25, 2021
1 parent d88f2bc commit 671b2cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/Candle/Candle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#ifndef __CANDLE_LIB_HPP__
#define __CANDLE_LIB_HPP__

#include "Candle/LightSource"
#include "Candle/RadialLight"
#include "Candle/DirectedLight"
#include "Candle/LightingArea"
#include "Candle/LightSource.hpp"
#include "Candle/RadialLight.hpp"
#include "Candle/DirectedLight.hpp"
#include "Candle/LightingArea.hpp"

#endif

0 comments on commit 671b2cf

Please sign in to comment.