Changeset 20
- Timestamp:
- 05/13/13 18:30:25 (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/lib/freetype2.hh
r12 r20 9 9 10 10 #include <stdint.h> 11 #include <stdlib.h> 12 #include <stddef.h> 13 14 #include <nv/common.hh> 11 15 12 16 #define NV_FREETYPE_DYNAMIC -
trunk/nv/lib/gl.hh
r5 r20 7 7 #ifndef NV_LIB_GL_HH 8 8 #define NV_LIB_GL_HH 9 10 #include <nv/common.hh> 11 #include <stddef.h> 9 12 10 13 //#define NV_SDL_GL -
trunk/src/lib/gl.cc
r5 r20 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 6 7 #include "nv/common.hh" 7 8 #include "nv/lib/gl.hh" 8 9
Note: See TracChangeset
for help on using the changeset viewer.