Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 200 | chris | 1 | package com.gebauz.Bauzoid.app; |
| 2 | |||
| 3 | /** Bauzoid Engine constants. */ |
||
| 4 | public class Consts |
||
| 5 | { |
||
| 6 | public static final String LOG_TAG = "Bauzoid"; |
||
| 7 | |||
| 8 | public static final int SIZEOF_FLOAT = Float.SIZE / 8; |
||
| 9 | public static final int SIZEOF_SHORT = Short.SIZE / 8; |
||
| 10 | |||
| 11 | |||
| 12 | private Consts() {} |
||
| 13 | } |