Files at this revision

API Documentation at this revision

Comitter:
giryan
Date:
Wed Aug 25 21:30:19 2010 +0000
Parent:
2:0f5bf2bbb052
Commit message:

Changed in this revision

mytypes.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0f5bf2bbb052 -r a8087d5f78ff mytypes.h
--- a/mytypes.h	Tue Aug 24 18:20:04 2010 +0000
+++ b/mytypes.h	Wed Aug 25 21:30:19 2010 +0000
@@ -1,9 +1,5 @@
-#ifndef MYTYPES_H__
-#define MYTYPES_H__
-
+#pragma once
 
 typedef unsigned short  ushort;
 typedef unsigned int    uint;
 typedef unsigned char   byte;
-
-#endif // MYTYPES_H__
\ No newline at end of file