* Fixed app stub in edit test
parent
0cd64113aa
commit
21de71f871
|
@ -11,6 +11,7 @@ add_executable(edit_test
|
||||||
${SRC_DIR}/common/event.cpp
|
${SRC_DIR}/common/event.cpp
|
||||||
${SRC_DIR}/common/logger.cpp
|
${SRC_DIR}/common/logger.cpp
|
||||||
${SRC_DIR}/common/misc.cpp
|
${SRC_DIR}/common/misc.cpp
|
||||||
|
${SRC_DIR}/common/profile.cpp
|
||||||
${SRC_DIR}/common/iman.cpp
|
${SRC_DIR}/common/iman.cpp
|
||||||
${SRC_DIR}/common/stringutils.cpp
|
${SRC_DIR}/common/stringutils.cpp
|
||||||
${SRC_DIR}/graphics/engine/text.cpp
|
${SRC_DIR}/graphics/engine/text.cpp
|
||||||
|
|
|
@ -36,3 +36,7 @@ CEventQueue* CApplication::GetEventQueue()
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string CApplication::GetDataDirPath()
|
||||||
|
{
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue