Adding "indent.sh" to re-indent code; ran it!!!
This commit is contained in:
parent
16336cc854
commit
18f9cad6fe
98 changed files with 5798 additions and 9001 deletions
|
|
@ -38,8 +38,7 @@ void load_brushes_from_assets(SDL_Surface * screen, SDL_Texture * texture,
|
|||
SDL_Renderer * renderer,
|
||||
const char *restrict const dir,
|
||||
unsigned dirlen, tp_ftw_str * files,
|
||||
unsigned count,
|
||||
const char *restrict const locale));
|
||||
unsigned count, const char *restrict const locale));
|
||||
|
||||
void load_from_assets(SDL_Surface * screen, SDL_Texture * texture,
|
||||
SDL_Renderer * renderer, const char *dirname,
|
||||
|
|
@ -47,24 +46,12 @@ void load_from_assets(SDL_Surface * screen, SDL_Texture * texture,
|
|||
SDL_Renderer * renderer,
|
||||
const char *restrict const dir,
|
||||
unsigned dirlen, tp_ftw_str * files,
|
||||
unsigned count,
|
||||
const char *restrict const locale));
|
||||
unsigned count, const char *restrict const locale));
|
||||
|
||||
void load_assets_dir(char *dirname, tp_ftw_str ** ffilenames,
|
||||
unsigned *num_file_names);
|
||||
void load_assets_dir(char *dirname, tp_ftw_str ** ffilenames, unsigned *num_file_names);
|
||||
|
||||
JNIEXPORT jboolean Java_org_tuxpaint_tuxpaintActivity_managertojni(JNIEnv *
|
||||
env,
|
||||
jclass
|
||||
clazz,
|
||||
jobject
|
||||
mgr);
|
||||
JNIEXPORT jboolean Java_org_tuxpaint_tuxpaintActivity_managertojni(JNIEnv * env, jclass clazz, jobject mgr);
|
||||
|
||||
JNIEXPORT void Java_org_tuxpaint_tuxpaintActivity_setnativelibdir(JNIEnv *
|
||||
env,
|
||||
jclass
|
||||
clazz,
|
||||
jstring
|
||||
path);
|
||||
JNIEXPORT void Java_org_tuxpaint_tuxpaintActivity_setnativelibdir(JNIEnv * env, jclass clazz, jstring path);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue