texture
This commit is contained in:
parent
f2604d01cd
commit
3072248158
19 changed files with 193 additions and 36 deletions
|
|
@ -1,12 +1,14 @@
|
|||
#ifndef __FISHBONE_THREAD_H__
|
||||
#define __FISHBONE_THREAD_H__
|
||||
|
||||
#include <fishbone/pre.h>
|
||||
|
||||
namespace fishbone {
|
||||
class Thread;
|
||||
class Mutex;
|
||||
}; // namespace fishbone
|
||||
|
||||
#include <fishbone/machdep.h>
|
||||
/* no includes */
|
||||
|
||||
namespace fishbone {
|
||||
class Thread {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue