Skip to content

Commit

Permalink
Added author message in files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Blissing committed Jul 8, 2013
1 parent 97c57d7 commit c1a9a04
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* main.cpp
*
* Created on: Jul 03, 2013
* Author: Bjorn Blissing
*/

#include <iostream>
#include <osg/io_utils>

Expand Down
9 changes: 8 additions & 1 deletion src/oculusdevice.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#include "oculusdevice.h"
/*
* oculusdevice.cpp
*
* Created on: Jul 03, 2013
* Author: Bjorn Blissing
*/

#include "oculusdevice.h"

OculusDevice::OculusDevice() : m_deviceManager(0), m_hmdDevice(0), m_hmdInfo(0),
m_scaleFactor(1.0f), m_nearClip(0.3f), m_farClip(5000.0f)
Expand Down
7 changes: 7 additions & 0 deletions src/oculusdevice.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* oculusdevice.h
*
* Created on: Jul 03, 2013
* Author: Bjorn Blissing
*/

#ifndef _OSG_OCULUSDEVICE_H_
#define _OSG_OCULUSDEVICE_H_

Expand Down

0 comments on commit c1a9a04

Please sign in to comment.