makefile supports nested dirs now
This commit is contained in:
14
src/generator.h
Normal file
14
src/generator.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __GRAVITY__GENERATOR_H
|
||||
#define __GRAVITY__GENERATOR_H
|
||||
|
||||
#include "module.h"
|
||||
|
||||
typedef struct GravityOpaqueGenerator* GravityGenerator;
|
||||
struct GravityOpaqueGenerator {
|
||||
GravityModule module;
|
||||
char* (*generateAssembly)(GravityGenerator self);
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user