Blame |
Last modification |
View Log
| RSS feed
package com.gebauz.Bauzoid.app;
/** Bauzoid Engine constants. */
public class Consts
{
public static final String LOG_TAG =
"Bauzoid";
public static final int SIZEOF_FLOAT =
Float.
SIZE /
8;
public static final int SIZEOF_SHORT =
Short.
SIZE /
8;
private Consts
() {}
}