~ Altered internal structure ~ Changed processing method to recursive function ~ Changed %include/%resolve + Output mode now reads multiple arguments + Toggleable include/resolve + Added variable and function processing (list/minimize) - Remove some options for %include/%resolve ~ Many minor behaviour changes
8 lines
111 B
C++
8 lines
111 B
C++
#ifndef RESOLVE_HPP
|
|
#define RESOLVE_HPP
|
|
|
|
#include "struc.hpp"
|
|
|
|
void resolve(shmain* sh);
|
|
|
|
#endif //RESOLVE_HPP
|