mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
Add missing copyright comment and header guard to OBJSerializer.h
This commit is contained in:
parent
00f2b4eeb9
commit
0cbe0bd266
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
//
|
||||||
|
// OBJSerializer.h
|
||||||
|
// libraries/fbx/src/
|
||||||
|
//
|
||||||
|
// Created by Seth Alves on 3/6/15.
|
||||||
|
// Copyright 2015 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef hifi_OBJSerializer_h
|
||||||
|
#define hifi_OBJSerializer_h
|
||||||
|
|
||||||
#include <QtNetwork/QNetworkReply>
|
#include <QtNetwork/QNetworkReply>
|
||||||
#include <hfm/HFMSerializer.h>
|
#include <hfm/HFMSerializer.h>
|
||||||
|
@ -106,3 +119,5 @@ private:
|
||||||
// What are these utilities doing here? One is used by fbx loading code in VHACD Utils, and the other a general debugging utility.
|
// What are these utilities doing here? One is used by fbx loading code in VHACD Utils, and the other a general debugging utility.
|
||||||
void setMeshPartDefaults(HFMMeshPart& meshPart, QString materialID);
|
void setMeshPartDefaults(HFMMeshPart& meshPart, QString materialID);
|
||||||
void hfmDebugDump(const HFMModel& hfmModel);
|
void hfmDebugDump(const HFMModel& hfmModel);
|
||||||
|
|
||||||
|
#endif // hifi_OBJSerializer_h
|
||||||
|
|
Loading…
Reference in a new issue