mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +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
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// AudioLogging.h
|
||||
// AudioLogging.cpp
|
||||
// libraries/audio/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// GPULogging.h
|
||||
// GPULogging.cpp
|
||||
// libraries/GPU/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// OctreeLogging.h
|
||||
// OctreeLogging.cpp
|
||||
// libraries/octree/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// PhysicsLogging.h
|
||||
// PhysicsLogging.cpp
|
||||
// libraries/physics/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// RenderUtilsLogging.h
|
||||
// RenderUtilsLogging.cpp
|
||||
// libraries/render-utils/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// ScriptEngineLogging.h
|
||||
// ScriptEngineLogging.cpp
|
||||
// libraries/script-engine/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// SharedLogging.h
|
||||
// SharedLogging.cpp
|
||||
// libraries/shared/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
|
|
Loading…
Reference in a new issue