forked from pyrite-dev/pmake
init
This commit is contained in:
commit
32d4e8c6f2
15 changed files with 108626 additions and 0 deletions
11
src/pmake.h
Normal file
11
src/pmake.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef __PMAKE_H__
|
||||
#define __PMAKE_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <duktape.h>
|
||||
#include <stb_ds.h>
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue