676a6ea760
Completed lots of missing documentation Fixed /** on one-liners, must be /**< --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40377
11 lines
210 B
C++
11 lines
210 B
C++
#include "extension.h"
|
|
|
|
/**
|
|
* @file extension.cpp
|
|
* @brief Implement extension code here.
|
|
*/
|
|
|
|
Sample g_Sample; /**< Global singleton for your extension's main interface */
|
|
|
|
SMEXT_LINK(&g_Sample);
|