~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RANet/sayhello.h

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef SAYHELLO_H
2
 
#define SAYHELLO_H
3
 
#include "RANet_global.h"
4
 
namespace RA {
5
 
//------------------------------------------------------------------------------
6
 
 
7
 
void RANet_EXPORT  SayHello ();
8
 
 
9
 
//------------------------------------------------------------------------------
10
 
}; //namespace RA
11
 
#endif
12