]> icculus.org git repositories - theoddone33/hheretic.git/blob - pyhexen/patch.py
more struct fixes
[theoddone33/hheretic.git] / pyhexen / patch.py
1
2 from struct import *
3
4 class PatchDesc:
5         patch_t = '<hhhh8i'
6         patch_t_size = calcsize (patch_t)