lxsh/include/resolve.hpp
zawz c971b4e424 Major rework
~ 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
2020-11-06 16:35:36 +01:00

8 lines
111 B
C++

#ifndef RESOLVE_HPP
#define RESOLVE_HPP
#include "struc.hpp"
void resolve(shmain* sh);
#endif //RESOLVE_HPP