Skip to content
Snippets Groups Projects
Commit a2d335f6 authored by Martin Štourač's avatar Martin Štourač
Browse files

created edit.hpp, cpp

parent 4cac76eb
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ add_library(${THIS_TARGET_NAME} ...@@ -4,6 +4,8 @@ add_library(${THIS_TARGET_NAME}
./include/editor/scene.hpp ./include/editor/scene.hpp
./src/scene.cpp ./src/scene.cpp
./include/editor/edit.hpp
./src/edit.cpp
) )
set_target_properties(${THIS_TARGET_NAME} PROPERTIES set_target_properties(${THIS_TARGET_NAME} PROPERTIES
......
#ifndef EDIT_INCLUDED
#define EDIT_INCLUDED
#endif
\ No newline at end of file
#include <editor/edit.hpp>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment