Code quality: more ISAACEXPORT

This commit is contained in:
Philippe Tillet
2015-07-21 22:02:36 -07:00
parent d22d86e5c7
commit 5eb9212535
13 changed files with 37 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
#ifndef ISAAC_DRIVER_KERNEL_H
#define ISAAC_DRIVER_KERNEL_H
#include "isaac/defines.h"
#include "isaac/driver/common.h"
#include "isaac/driver/program.h"
#include "isaac/driver/handle.h"
@@ -16,7 +17,7 @@ namespace driver
class Buffer;
// Kernel
class Kernel
class ISAACAPI Kernel
{
friend class CommandQueue;
public: