17 lines
288 B
C
17 lines
288 B
C
#ifndef GL_CODE_H_INCLUDED
|
|
#define GL_CODE_H_INCLUDED
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
|
|
#include "boost/shared_ptr.hpp"
|
|
#include "boost/thread/thread.hpp"
|
|
#include "boost/signal.hpp"
|
|
#include "boost/assign.hpp"
|
|
#include "boost/bind.hpp"
|
|
|
|
|
|
#endif
|