comparison main.d @ 3:c78ffc9a7434 default tip

* corrected import declarations * fixed bug in Program
author Trass3r
date Thu, 15 Apr 2010 03:20:03 +0200
parents 3cea44337083
children
comparison
equal deleted inserted replaced
2:01d502efe0c4 3:c78ffc9a7434
1 module main; 1 module main;
2 2
3 import common; 3 import common;
4 4
5 import opencl.c.opencl; 5 //import opencl.c.cl;
6 import opencl.context; 6 import opencl.context;
7 import opencl.device; 7 import opencl.device;
8 import opencl.platform; 8 import opencl.platform;
9 9
10 import std.stdio; 10 import std.stdio;