WONKY



LOG | FILES | OVERVIEW


#ifndef WONKY_MEMORY_LOCATION_H
#define WONKY_MEMORY_LOCATION_H WONKY_MEMORY_LOCATION_H
#include <memory_location.hh>
#include <lexer.h>
#include <type.h>
#include <common.h>

struct Memory_Location 
{
	int type;
};
#endif