Skip to content

Commit

Permalink
Added author information
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Blissing committed Jul 8, 2013
1 parent 6df5b45 commit bcc8da3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
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 "oculusdevice.h"

#include <osg/Texture2D>
Expand Down
7 changes: 7 additions & 0 deletions src/oculusdevice.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* oculusdevice.cpp
*
* Created on: Jul 03, 2013
* Author: Bjorn Blissing
*/

#include "oculusdevice.h"

OculusDevice::OculusDevice() : m_deviceManager(0), m_hmdDevice(0), m_hmdInfo(0),
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 bcc8da3

Please sign in to comment.