-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyarlib.h
52 lines (46 loc) · 1.09 KB
/
pyarlib.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* Copyright 2011 Pyarelal Knowles, under GNU LGPL (see LICENCE.txt) */
//shotgun!
//ls *.h -l | awk '{print $9}' | sed 's/\(.*\)/#include "\1"/' | sort > pyarlib.h
#ifndef PYARLIB_H
#define PYARLIB_H
//pyarlib version 1.0
#define PYARLIB_VERSION_MAJOR 1
#define PYARLIB_VERSION_MINOR 0
#include "prec.h"
#include "atlas.h"
#include "config.h"
#include "camera.h"
#include "fileutil.h"
#include "findfile.h"
#include "gpu.h"
#include "guifps.h"
#include "img.h"
#include "imgpng.h"
#include "immediate.h"
#include "includegl.h"
#include "jeltzfly.h"
#include "jeltzgui.h"
#include "jeltz.h"
#include "loader.h"
#include "matrix.h"
#include "matstack.h"
#include "meshctm.h"
#include "meshobj.h"
#include "mesh3ds.h"
#include "meshifs.h"
#include "material.h"
#include "ninebox.h"
#include "png_loader.h"
#include "profile.h"
#include "quaternion.h"
#include "quickgui.h"
#include "shaderbuild.h"
#include "shader.h"
#include "shaderutil.h"
#include "text.h"
#include "texture.h"
#include "thread.h"
#include "util.h"
#include "vbomesh.h"
#include "vec.h"
#endif