mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +02:00
Move HFM.h to hfm subfolder per convention
This commit is contained in:
parent
c85b809e04
commit
1a69afb3e8
4 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QVariantHash>
|
#include <QVariantHash>
|
||||||
|
|
||||||
#include <HFM.h>
|
#include <hfm/HFM.h>
|
||||||
|
|
||||||
#include "ui/ModelsBrowser.h"
|
#include "ui/ModelsBrowser.h"
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include <gpu/Texture.h>
|
#include <gpu/Texture.h>
|
||||||
|
|
||||||
#include <FBX.h>
|
#include <FBX.h>
|
||||||
#include <HFM.h>
|
#include <hfm/HFM.h>
|
||||||
|
|
||||||
using TextureBakerThreadGetter = std::function<QThread*()>;
|
using TextureBakerThreadGetter = std::function<QThread*()>;
|
||||||
using GetMaterialIDCallback = std::function <int(int)>;
|
using GetMaterialIDCallback = std::function <int(int)>;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include <Transform.h>
|
#include <Transform.h>
|
||||||
|
|
||||||
#include "FBX.h"
|
#include "FBX.h"
|
||||||
#include <HFM.h>
|
#include <hfm/HFM.h>
|
||||||
|
|
||||||
#include <graphics/Geometry.h>
|
#include <graphics/Geometry.h>
|
||||||
#include <graphics/Material.h>
|
#include <graphics/Material.h>
|
||||||
|
|
Loading…
Reference in a new issue