mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
algorithms(bf-to-astar): add headers to satisfy compilation
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
fe89d4815f
commit
b048c6dc4f
2 changed files with 8 additions and 0 deletions
4
static/files/algorithms/paths/bf-to-astar/astar.hpp
Normal file
4
static/files/algorithms/paths/bf-to-astar/astar.hpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _ASTAR_HPP
|
||||
#define _ASTAR_HPP
|
||||
|
||||
#endif /* _ASTAR_HPP */
|
4
static/files/algorithms/paths/bf-to-astar/dijkstra.hpp
Normal file
4
static/files/algorithms/paths/bf-to-astar/dijkstra.hpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _DIJKSTRA_HPP
|
||||
#define _DIJKSTRA_HPP
|
||||
|
||||
#endif /* _DIJKSTRA_HPP */
|
Loading…
Reference in a new issue