Mercurial > hg > Game > Cerium
view example/many_task/gpu/QuickSort.h @ 2048:6796d85f3d6b draft
remove error
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jan 2016 00:05:49 +0900 |
parents | 893353c014f5 |
children |
line wrap: on
line source
#ifndef INCLUDED_TASK_QUICKSORT #define INCLUDED_TASK_QUICKSORT #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif #include "sort.h" #endif