summaryrefslogtreecommitdiff
path: root/include/memoire.h
blob: 290068d3d0a519d4f357d1d97fb66d6766a00ec9 (plain)
1
2
3
4
5
6
#ifndef __MEMOIRE_H__
#define __MEMOIRE_H__
#include "types.h"
Uint32 LD(Uint32 offset);
void ST(Uint32 offset, Uint32 valeur);
#endif