summaryrefslogtreecommitdiff
path: root/dummy_functions.h
blob: 5f9ba2eb039932d14f3d7b153328b2030790e27d (plain)
1
2
3
4
5
6
7
8
9
#ifndef DUMMY_FUNCTIONS_H_
#define DUMMY_FUNCTIONS_H_

#include "globals.h"

void Main_return_to_local();

#endif