mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
header comment tweaks prior to regex match
This commit is contained in:
parent
220ccdf163
commit
f3cbd120ce
9 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
//
|
||||
// ControllerScriptingInterface.h
|
||||
// hifi
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// Created by stojce on 23.10.2013.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
|
||||
//
|
||||
|
||||
#ifndef __hifi__RearMirrorTools__
|
||||
#define __hifi__RearMirrorTools__
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
//
|
||||
// Created by Mohammed Nafees on 03/28/2014.
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef __hifi__RunningScriptsWidget__
|
||||
#define __hifi__RunningScriptsWidget__
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// Created by Philip Rosedale on 8/23/12.
|
||||
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef __interface__world__
|
||||
#define __interface__world__
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
// Various important constants used throughout the system related to voxels
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef __hifi_OctreeConstants_h__
|
||||
#define __hifi_OctreeConstants_h__
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
class Plane
|
||||
{
|
||||
class Plane {
|
||||
public:
|
||||
Plane(const glm::vec3 &v1, const glm::vec3 &v2, const glm::vec3 &v3) { set3Points(v1,v2,v3); }
|
||||
Plane() : _normal(0,0,0), _point(0,0,0), _dCoefficient(0) {};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
// The packet headers below refer to the first byte of a received UDP packet transmitted between
|
||||
// any two Hifi components. For example, a packet whose first byte is 'P' is always a ping packet.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef hifi_PacketHeaders_h
|
||||
#define hifi_PacketHeaders_h
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
// Used to register meta-types with Qt so that they can be used as properties for objects exposed to our
|
||||
// Agent scripting.
|
||||
//
|
||||
|
||||
#ifndef hifi_RegisteredMetaTypes_h
|
||||
#define hifi_RegisteredMetaTypes_h
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
// Various important constants used throughout the system related to voxels
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef __hifi_VoxelConstants_h__
|
||||
#define __hifi_VoxelConstants_h__
|
||||
|
|
Loading…
Reference in a new issue