interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

/home/tetron/hack/vos/libs/vos/vos/vosplugin.hh File Reference

Go to the source code of this file.

Namespaces

Classes

Defines


Define Documentation

#define DECLARE_VOS_PLUGIN ( name,
major,
minor   ) 

Value:

PLUGIN_API void vosplugin_name(std::string* n) { *n = (name); } \
  PLUGIN_API void vosplugin_version(int* maj, int* min) { *maj = (major); *min = (minor); }

Definition at line 87 of file vosplugin.hh.

#define PLUGIN_API

Definition at line 12 of file vosplugin.hh.