10 lines
167 B
C
Executable File
10 lines
167 B
C
Executable File
#ifndef L3LOOP_H
|
|
#define L3LOOP_H
|
|
|
|
void shine_loop_initialise(shine_global_config *config);
|
|
|
|
void shine_iteration_loop(shine_global_config *config);
|
|
|
|
#endif
|
|
|