mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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 <QVariantHash>
|
||||
|
||||
#include <HFM.h>
|
||||
#include <hfm/HFM.h>
|
||||
|
||||
#include "ui/ModelsBrowser.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <gpu/Texture.h>
|
||||
|
||||
#include <FBX.h>
|
||||
#include <HFM.h>
|
||||
#include <hfm/HFM.h>
|
||||
|
||||
using TextureBakerThreadGetter = std::function<QThread*()>;
|
||||
using GetMaterialIDCallback = std::function <int(int)>;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <Transform.h>
|
||||
|
||||
#include "FBX.h"
|
||||
#include <HFM.h>
|
||||
#include <hfm/HFM.h>
|
||||
|
||||
#include <graphics/Geometry.h>
|
||||
#include <graphics/Material.h>
|
||||
|
|
Loading…
Reference in a new issue