blob: f99bdc53f22dab91413c3bfcc7804a965f514720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _SSR_EXAMPLE_H_
#define _SSR_EXAMPLE_H_
#include "../ssr.h"
#include "../util/type.h"
#include "../extend/camera.h"
#include "../gizmo/gizmo.h"
//https://social.msdn.microsoft.com/Forums/vstudio/en-US/65fd5b73-0fb4-40e0-81ec-92d67f9f48ad/how-to-get-function-address-from-current-process?forum=vcgeneral
#define EXAMPLE __declspec(dllexport)
#endif
|