forked from pyrite-dev/pmake
11 lines
150 B
C
11 lines
150 B
C
|
|
#ifndef __PMAKE_H__
|
||
|
|
#define __PMAKE_H__
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include <string.h>
|
||
|
|
|
||
|
|
#include <duktape.h>
|
||
|
|
#include <stb_ds.h>
|
||
|
|
|
||
|
|
#endif
|