Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2008, 12:25:11 AM (16 years ago)
Author:
rgrieder
Message:

test files, no real content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/Orxonox.h

    r1563 r1766  
    3535#ifndef _Orxonox_H__
    3636#define _Orxonox_H__
     37inline bool explicitConversion(float* output, const double input)
     38{
     39    *output = 2*input;
     40    return true;
     41}
    3742
    3843#include "OrxonoxPrereqs.h"
Note: See TracChangeset for help on using the changeset viewer.