Browse Source

stdio.h

shared-context
Andrew Corrigan 11 years ago
parent
commit
79e2d7cad8
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/nanovg_gl2.h
  2. +1
    -0
      src/nanovg_gl3.h

+ 1
- 0
src/nanovg_gl2.h View File

@@ -55,6 +55,7 @@ void nvgDeleteGL2(struct NVGcontext* ctx);
#ifdef NANOVG_GL2_IMPLEMENTATION

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "nanovg.h"



+ 1
- 0
src/nanovg_gl3.h View File

@@ -54,6 +54,7 @@ void nvgDeleteGL3(struct NVGcontext* ctx);
#ifdef NANOVG_GL3_IMPLEMENTATION

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "nanovg.h"



Loading…
Cancel
Save