I removed exclib in favor of a errno style approach but now strncpy is segfaulting. I have no fucking idea.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#ifndef _ASSETS_H_
|
||||
#define _ASSETS_H_
|
||||
|
||||
void load_frame_from_image(char *fname, GAME_frame *frame);
|
||||
void load_start_bgm(char *fname);
|
||||
#include "error.h"
|
||||
|
||||
ErrorContext *load_frame_from_image(char *fname, GAME_frame *frame);
|
||||
ErrorContext *load_start_bgm(char *fname);
|
||||
|
||||
#endif //_ASSETS_H_
|
||||
|
||||
Reference in New Issue
Block a user