mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:23:39 +02:00
fix filenames in comments
This commit is contained in:
parent
9014397167
commit
ef5dffecf6
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// InterfaceLogging.h
|
// InterfaceLogging.cpp
|
||||||
// libraries/interface/src
|
// libraries/interface/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// AudioLogging.h
|
// AudioLogging.cpp
|
||||||
// libraries/audio/src
|
// libraries/audio/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// GPULogging.h
|
// GPULogging.cpp
|
||||||
// libraries/GPU/src
|
// libraries/GPU/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// OctreeLogging.h
|
// OctreeLogging.cpp
|
||||||
// libraries/octree/src
|
// libraries/octree/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// PhysicsLogging.h
|
// PhysicsLogging.cpp
|
||||||
// libraries/physics/src
|
// libraries/physics/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// RenderUtilsLogging.h
|
// RenderUtilsLogging.cpp
|
||||||
// libraries/render-utils/src
|
// libraries/render-utils/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// ScriptEngineLogging.h
|
// ScriptEngineLogging.cpp
|
||||||
// libraries/script-engine/src
|
// libraries/script-engine/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// SharedLogging.h
|
// SharedLogging.cpp
|
||||||
// libraries/shared/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Seth Alves on 4/6/15.
|
// Created by Seth Alves on 4/6/15.
|
||||||
|
|
Loading…
Reference in a new issue