2007-01-26 03:27:34 +01:00
|
|
|
// vim: set ts=4 :
|
2007-01-16 20:41:21 +01:00
|
|
|
#include "extension.h"
|
|
|
|
|
2007-01-26 02:55:06 +01:00
|
|
|
/**
|
|
|
|
* @file extension.cpp
|
|
|
|
* @brief Implement extension code here.
|
|
|
|
*/
|
|
|
|
|
|
|
|
Sample g_Sample; /**< Global singleton for your extension's main interface */
|
2007-01-16 20:41:21 +01:00
|
|
|
|
|
|
|
SMEXT_LINK(&g_Sample);
|