index
:
Projet-Archi
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fpu.h
blob: ea98e74b1e6332e50a85eeaf432b487624e8d362 (
plain
)
1
2
3
4
5
6
#ifndef __FPU_H__ #define __FPU_H__ #include "types.h" void fpu(Uint32 opcode); #endif