comparison: src/ascension/core.h
src/ascension/core.h
- changeset 151
- 42960d0c879b
- parent 108
- d619bf7dd87b
equal
deleted
inserted
replaced
31 #include "error.h" |
31 #include "error.h" |
32 #include "context.h" |
32 #include "context.h" |
33 #include "scene.h" |
33 #include "scene.h" |
34 #include "behavior.h" |
34 #include "behavior.h" |
35 |
35 |
|
36 // forward declare some functions s.t. the whole header does not need to be included |
|
37 void asc_shader_clear_registry(void); |
|
38 |
36 #endif /* ASCENSION_CORE_H */ |
39 #endif /* ASCENSION_CORE_H */ |
37 |
40 |